You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid extra manual task to check all the files for actual Copyright
header an `updateCopyrights` is introduced to be performed before
`processResources` and check modified classes via `Git status` command
by the `grgit` plugin.
The `updateCopyrights` task is enabled only locally: when it's not on
Travis or Bamboo - no reason to infer code base when it is not going
to be committed.
Copy file name to clipboardExpand all lines: spring-integration-amqp/src/test/java/org/springframework/integration/amqp/inbound/AmqpMessageSourceTests.java
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,7 @@
26
26
importstaticorg.mockito.Mockito.times;
27
27
importstaticorg.mockito.Mockito.verify;
28
28
29
-
importjava.io.IOException;
30
29
importjava.util.concurrent.ExecutorService;
31
-
importjava.util.concurrent.TimeoutException;
32
30
33
31
importorg.junit.Test;
34
32
@@ -101,7 +99,7 @@ public void testRequeue() throws Exception {
0 commit comments