You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/10/24 13:31:07 UTC

svn commit: r587856 - /incubator/servicemix/branches/servicemix-4.0/camel/src/main/java/org/apache/servicemix/camel/ServiceMixExchange.java

Author: gnodet
Date: Wed Oct 24 04:31:06 2007
New Revision: 587856

URL: http://svn.apache.org/viewvc?rev=587856&view=rev
Log:
Fix camel exchange

Modified:
    incubator/servicemix/branches/servicemix-4.0/camel/src/main/java/org/apache/servicemix/camel/ServiceMixExchange.java

Modified: incubator/servicemix/branches/servicemix-4.0/camel/src/main/java/org/apache/servicemix/camel/ServiceMixExchange.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/camel/src/main/java/org/apache/servicemix/camel/ServiceMixExchange.java?rev=587856&r1=587855&r2=587856&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/camel/src/main/java/org/apache/servicemix/camel/ServiceMixExchange.java (original)
+++ incubator/servicemix/branches/servicemix-4.0/camel/src/main/java/org/apache/servicemix/camel/ServiceMixExchange.java Wed Oct 24 04:31:06 2007
@@ -127,4 +127,8 @@
     public void setUnitOfWork(UnitOfWork unitOfWork) {
         //To change body of implemented methods use File | Settings | File Templates.
     }
+
+    public Exchange newInstance() {
+        return null;  //To change body of implemented methods use File | Settings | File Templates.
+    }
 }