mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Cleanup of duplicate semicolons
Issue: SPR-15654
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user