You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2008/08/10 13:24:09 UTC

svn commit: r684462 - /activemq/camel/trunk/components/camel-hl7/src/test/java/org/apache/camel/component/hl7/HL7RouteTest.java

Author: davsclaus
Date: Sun Aug 10 04:24:09 2008
New Revision: 684462

URL: http://svn.apache.org/viewvc?rev=684462&view=rev
Log:
CAMEL-805: hl7 MSH fields is added as camel message headers for much easier routing etc. Added route unit test with wiki sample.

Modified:
    activemq/camel/trunk/components/camel-hl7/src/test/java/org/apache/camel/component/hl7/HL7RouteTest.java

Modified: activemq/camel/trunk/components/camel-hl7/src/test/java/org/apache/camel/component/hl7/HL7RouteTest.java
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-hl7/src/test/java/org/apache/camel/component/hl7/HL7RouteTest.java?rev=684462&r1=684461&r2=684462&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-hl7/src/test/java/org/apache/camel/component/hl7/HL7RouteTest.java (original)
+++ activemq/camel/trunk/components/camel-hl7/src/test/java/org/apache/camel/component/hl7/HL7RouteTest.java Sun Aug 10 04:24:09 2008
@@ -133,7 +133,7 @@
     // START SNIPPET: e2
     public class MyHL7BusinessLogic {
 
-        // This is a plain POJO that has <b>no</b> imports whatsoever on Apache Camel.
+        // This is a plain POJO that has NO imports whatsoever on Apache Camel.
         // its a plain POJO only importing the HAPI library so we can much easier work with the HL7 format.
 
         public Message handleA19(Message msg) throws Exception {