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 5563327 Fixed CS for Camel-FOP 5563327 is described below commit 556332772bed7a27c2a475a0c8f4d81b3b4f4578 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 30 10:22:24 2019 +0200 Fixed CS for Camel-FOP --- .../src/main/java/org/apache/camel/component/fop/FopEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 65488d1..ae94c07 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 @@ -56,7 +56,7 @@ public class FopEndpoint extends DefaultEndpoint { throw new UnsupportedOperationException("Consumer not supported for FOP endpoint"); } -public FopOutputType getOutputType() { + public FopOutputType getOutputType() { return outputType; }