You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2008/09/16 12:15:21 UTC

svn commit: r695802 - /activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/dataformat/dataFormatWithNonChildElementTest.xml

Author: janstey
Date: Tue Sep 16 03:15:20 2008
New Revision: 695802

URL: http://svn.apache.org/viewvc?rev=695802&view=rev
Log:
Fix incorrect comment

Modified:
    activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/dataformat/dataFormatWithNonChildElementTest.xml

Modified: activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/dataformat/dataFormatWithNonChildElementTest.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/dataformat/dataFormatWithNonChildElementTest.xml?rev=695802&r1=695801&r2=695802&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/dataformat/dataFormatWithNonChildElementTest.xml (original)
+++ activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/dataformat/dataFormatWithNonChildElementTest.xml Tue Sep 16 03:15:20 2008
@@ -37,7 +37,7 @@
 
         <route>
             <from uri="direct:unmarshal"/>
-            <!-- using a child node -->
+            <!-- using a bean id -->
             <unmarshal ref="xs"/>
             <to uri="mock:unmarshal"/>
         </route>