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 2015/11/25 14:24:12 UTC

[2/5] camel git commit: Changes to make the file endpoint include & exclude patterns case insensitive by default

Changes to make the file endpoint include & exclude patterns case insensitive by default


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

Branch: refs/heads/master
Commit: e6f7c0178cf1353d8302c2f4e5dfe3fd28a9b4e5
Parents: b27dc45
Author: dwarakart <dw...@gmail.com>
Authored: Sun Nov 22 18:48:03 2015 +0000
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Nov 25 14:00:55 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/camel/component/file/GenericFileConsumer.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e6f7c017/camel-core/src/main/java/org/apache/camel/component/file/GenericFileConsumer.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/component/file/GenericFileConsumer.java b/camel-core/src/main/java/org/apache/camel/component/file/GenericFileConsumer.java
index 8d80a12..2084c57 100644
--- a/camel-core/src/main/java/org/apache/camel/component/file/GenericFileConsumer.java
+++ b/camel-core/src/main/java/org/apache/camel/component/file/GenericFileConsumer.java
@@ -608,7 +608,7 @@ public abstract class GenericFileConsumer<T> extends ScheduledBatchPollingConsum
                 return false;
             }
         }
-//Msno
+
         // use file expression for a simple dynamic file filter
         if (endpoint.getFileName() != null) {
             fileExpressionResult = evaluateFileExpression();