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>