Author: ningjiang
Date: Tue Dec 21 07:59:18 2010
New Revision: 1051405

URL: http://svn.apache.org/viewvc?rev=1051405&view=rev
Log:
Fixed the build error of camel-routebox in JDK15

Modified:
    
camel/trunk/components/camel-routebox/src/main/java/org/apache/camel/component/routebox/seda/RouteboxSedaProducer.java

Modified: 
camel/trunk/components/camel-routebox/src/main/java/org/apache/camel/component/routebox/seda/RouteboxSedaProducer.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-routebox/src/main/java/org/apache/camel/component/routebox/seda/RouteboxSedaProducer.java?rev=1051405&r1=1051404&r2=1051405&view=diff
==============================================================================
--- 
camel/trunk/components/camel-routebox/src/main/java/org/apache/camel/component/routebox/seda/RouteboxSedaProducer.java
 (original)
+++ 
camel/trunk/components/camel-routebox/src/main/java/org/apache/camel/component/routebox/seda/RouteboxSedaProducer.java
 Tue Dec 21 07:59:18 2010
@@ -47,7 +47,6 @@ public class RouteboxSedaProducer extend
         this.timeout = timeout;
     }
 
-    @Override
     public boolean process(final Exchange exchange, final AsyncCallback 
callback) {
         // use a new copy of the exchange to route async and handover the on 
completion to the new copy
         // so its the new copy that performs the on completion callback when 
its done


Reply via email to