This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new eaa267d Fixed CS for camel-hl7 eaa267d is described below commit eaa267d9d14cb45f84c6ed8259863e9871a621c0 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jan 18 11:47:46 2019 +0100 Fixed CS for camel-hl7 --- .../src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java b/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java index da3b741..128c138 100644 --- a/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java +++ b/components/camel-hl7/src/main/java/org/apache/camel/component/hl7/HL7DataFormat.java @@ -35,8 +35,8 @@ import org.apache.camel.Exchange; import org.apache.camel.spi.DataFormat; import org.apache.camel.spi.DataFormatName; import org.apache.camel.spi.annotations.Dataformat; -import org.apache.camel.support.ServiceSupport; import org.apache.camel.support.ExchangeHelper; +import org.apache.camel.support.ServiceSupport; import static org.apache.camel.component.hl7.HL7Constants.HL7_CHARSET; import static org.apache.camel.component.hl7.HL7Constants.HL7_CONTEXT;