Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 15F7F10BBF for ; Mon, 17 Mar 2014 09:25:46 +0000 (UTC) Received: (qmail 20238 invoked by uid 500); 17 Mar 2014 09:25:45 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 20155 invoked by uid 500); 17 Mar 2014 09:25:44 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 20123 invoked by uid 99); 17 Mar 2014 09:25:43 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2014 09:25:43 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6E53D9457EE; Mon, 17 Mar 2014 09:25:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rickette@apache.org To: commits@camel.apache.org Date: Mon, 17 Mar 2014 09:25:44 -0000 Message-Id: <559ca02043034a9ca0eaf82f67f84fab@git.apache.org> In-Reply-To: <20788d3ed629473fbd5da051d54e9bc7@git.apache.org> References: <20788d3ed629473fbd5da051d54e9bc7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Mon Mar 17 10:22:36 2014 +0100 Committer: Richard Kettelerij 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; /**