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 2006/04/13 02:27:30 UTC

svn commit: r393670 - /incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/JbiConstants.java

Author: gnodet
Date: Wed Apr 12 17:27:28 2006
New Revision: 393670

URL: http://svn.apache.org/viewcvs?rev=393670&view=rev
Log:
Remove whitespaces from properties

Modified:
    incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/JbiConstants.java

Modified: incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/JbiConstants.java
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/JbiConstants.java?rev=393670&r1=393669&r2=393670&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/JbiConstants.java (original)
+++ incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/JbiConstants.java Wed Apr 12 17:27:28 2006
@@ -33,8 +33,8 @@
     
     String FLOW_PROPERTY_NAME = "org.apache.servicemix.flow";
     
-    String STATELESS_CONSUMER = " org.apache.servicemix.consumer.stateless";
+    String STATELESS_CONSUMER = "org.apache.servicemix.consumer.stateless";
     
-    String STATELESS_PROVIDER = " org.apache.servicemix.provider.stateless";
+    String STATELESS_PROVIDER = "org.apache.servicemix.provider.stateless";
     
 }