You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ri...@apache.org on 2014/03/17 10:25:44 UTC

[2/3] git commit: Polishing

Polishing


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d193a865
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d193a865
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d193a865

Branch: refs/heads/master
Commit: d193a865b90af1d9fe70f5b401851009526fde13
Parents: bd60a2b
Author: Richard Kettelerij <r....@avisi.nl>
Authored: Mon Mar 17 10:22:36 2014 +0100
Committer: Richard Kettelerij <r....@avisi.nl>
Committed: Mon Mar 17 10:22:36 2014 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/component/hl7/HL7Converter.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d193a865/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7Converter.java
----------------------------------------------------------------------
diff --git a/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7Converter.java b/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7Converter.java
index 3e2a4ae..115cf03 100644
--- a/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7Converter.java
+++ b/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7Converter.java
@@ -21,6 +21,7 @@ import ca.uhn.hl7v2.model.Message;
 import ca.uhn.hl7v2.parser.Parser;
 import ca.uhn.hl7v2.parser.PipeParser;
 import ca.uhn.hl7v2.validation.impl.NoValidation;
+
 import org.apache.camel.Converter;
 
 /**