This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b97a15c8d73561af1f81883094d8276836910748
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Dec 24 15:15:50 2021 +0100

    Drop Java 8
---
 .../test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java
index 2f10aea..c13d918 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/bean/BeanInvokeAsyncTest.java
@@ -121,7 +121,6 @@ public class BeanInvokeAsyncTest extends ContextTestSupport 
{
         };
     }
 
-    // java 8 async return type
     public CompletableFuture<?> asyncMethod(String body) {
         this.receivedBody = body;
         methodInvoked.countDown();

Reply via email to