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 ed3b640 Fixed CS for Camel-File
ed3b640 is described below
commit ed3b6406b14e553e15d0c2e38a799a9ecf543dcc
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Apr 30 10:20:28 2019 +0200
Fixed CS for Camel-File
---
.../main/java/org/apache/camel/component/file/GenericFileEndpoint.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileEndpoint.java
b/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileEndpoint.java
index 9144901..f326ed9 100644
---
a/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileEndpoint.java
+++
b/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileEndpoint.java
@@ -209,7 +209,7 @@ public abstract class GenericFileEndpoint<T> extends
ScheduledPollEndpoint imple
super(endpointUri, component);
}
-public abstract GenericFileConsumer<T> createConsumer(Processor processor)
throws Exception;
+ public abstract GenericFileConsumer<T> createConsumer(Processor processor)
throws Exception;
public abstract GenericFileProducer<T> createProducer() throws Exception;