Cleanup of duplicate semicolons

Issue: SPR-15654
(cherry picked from commit 779deb0)
This commit is contained in:
Juergen Hoeller
2017-06-13 11:38:05 +02:00
parent db1fd516ea
commit b35c238d27
4 changed files with 9 additions and 9 deletions

View File

@@ -328,7 +328,7 @@ public class WebAsyncManagerTests {
Exception exception = new Exception();
DeferredResultProcessingInterceptor interceptor = mock(DeferredResultProcessingInterceptor.class);
willThrow(exception).given(interceptor).postProcess(this.asyncWebRequest, deferredResult, 25);;
willThrow(exception).given(interceptor).postProcess(this.asyncWebRequest, deferredResult, 25);
setupDefaultAsyncScenario();