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 2017/04/12 12:58:35 UTC

[3/4] camel git commit: Polished

Polished


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

Branch: refs/heads/master
Commit: ab2ed8c356f0333338a52fe97f89764a2b82f3ec
Parents: 7a85395
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Apr 12 14:56:34 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Apr 12 14:56:34 2017 +0200

----------------------------------------------------------------------
 .../src/main/java/org/apache/camel/component/file/FileEndpoint.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ab2ed8c3/camel-core/src/main/java/org/apache/camel/component/file/FileEndpoint.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/component/file/FileEndpoint.java b/camel-core/src/main/java/org/apache/camel/component/file/FileEndpoint.java
index db5f140..8a1ed20 100644
--- a/camel-core/src/main/java/org/apache/camel/component/file/FileEndpoint.java
+++ b/camel-core/src/main/java/org/apache/camel/component/file/FileEndpoint.java
@@ -239,7 +239,6 @@ public class FileEndpoint extends GenericFileEndpoint<File> {
         this.probeContentType = probeContentType;
     }
 
-
     public String getExtendedAttributes() {
         return extendedAttributes;
     }