We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fadaf5 commit fb1c89fCopy full SHA for fb1c89f
spring-integration-core/src/test/java/org/springframework/integration/gateway/AsyncGatewayTests.java
@@ -248,7 +248,7 @@ public void futureVoidReply() throws Exception {
248
reply.complete(null);
249
}
250
catch (InterruptedException ex) {
251
- Thread.currentThread.interrupt();
+ Thread.currentThread().interrupt();
252
ReflectionUtils.rethrowRuntimeException(ex);
253
254
}).start();
0 commit comments