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 2b975ed Fixed CS for Camel-Flatpack
2b975ed is described below
commit 2b975ed7373ff0aa7b716437e143fe5c40b68d52
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Apr 30 10:21:23 2019 +0200
Fixed CS for Camel-Flatpack
---
.../main/java/org/apache/camel/component/flatpack/FlatpackEndpoint.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-flatpack/src/main/java/org/apache/camel/component/flatpack/FlatpackEndpoint.java
b/components/camel-flatpack/src/main/java/org/apache/camel/component/flatpack/FlatpackEndpoint.java
index 84a3141..d3a5001 100644
---
a/components/camel-flatpack/src/main/java/org/apache/camel/component/flatpack/FlatpackEndpoint.java
+++
b/components/camel-flatpack/src/main/java/org/apache/camel/component/flatpack/FlatpackEndpoint.java
@@ -81,7 +81,7 @@ public class FlatpackEndpoint extends DefaultPollingEndpoint {
this.resourceUri = resourceUri;
}
-public Producer createProducer() throws Exception {
+ public Producer createProducer() throws Exception {
return new FlatpackProducer(this);
}