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 2013/08/24 12:24:35 UTC

git commit: Fixed CS

Updated Branches:
  refs/heads/master f9bf77b1b -> 46e5184aa


Fixed CS


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

Branch: refs/heads/master
Commit: 46e5184aa9ed758837fefb887e3cc1eb750303ff
Parents: f9bf77b
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Aug 24 12:24:28 2013 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Aug 24 12:24:28 2013 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/component/fop/FopEndpoint.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/46e5184a/components/camel-fop/src/main/java/org/apache/camel/component/fop/FopEndpoint.java
----------------------------------------------------------------------
diff --git a/components/camel-fop/src/main/java/org/apache/camel/component/fop/FopEndpoint.java b/components/camel-fop/src/main/java/org/apache/camel/component/fop/FopEndpoint.java
index 24042d7..7b29109 100644
--- a/components/camel-fop/src/main/java/org/apache/camel/component/fop/FopEndpoint.java
+++ b/components/camel-fop/src/main/java/org/apache/camel/component/fop/FopEndpoint.java
@@ -19,6 +19,8 @@ package org.apache.camel.component.fop;
 import java.io.IOException;
 import java.io.InputStream;
 
+import org.xml.sax.SAXException;
+
 import org.apache.avalon.framework.configuration.Configuration;
 import org.apache.avalon.framework.configuration.ConfigurationException;
 import org.apache.avalon.framework.configuration.DefaultConfigurationBuilder;
@@ -28,7 +30,6 @@ import org.apache.camel.Producer;
 import org.apache.camel.impl.DefaultEndpoint;
 import org.apache.camel.util.ResourceHelper;
 import org.apache.fop.apps.FopFactory;
-import org.xml.sax.SAXException;
 
 /**
  * Represents a Fop endpoint.