Repository: camel
Updated Branches:
  refs/heads/camel-2.14.x aef88ab1c -> 2f175cb68


CAMEL-8718 Fixed the build error in camel-ftp


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

Branch: refs/heads/camel-2.14.x
Commit: 283a52630764bd6643ba02a177bca4ff9a159522
Parents: aef88ab
Author: Willem Jiang <[email protected]>
Authored: Thu Apr 30 10:42:52 2015 +0800
Committer: Willem Jiang <[email protected]>
Committed: Thu Apr 30 10:42:52 2015 +0800

----------------------------------------------------------------------
 .../camel/component/file/remote/FtpBadLoginConnectionLeakTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/283a5263/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpBadLoginConnectionLeakTest.java
----------------------------------------------------------------------
diff --git 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpBadLoginConnectionLeakTest.java
 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpBadLoginConnectionLeakTest.java
index 54b1574..18eb877 100644
--- 
a/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpBadLoginConnectionLeakTest.java
+++ 
b/components/camel-ftp/src/test/java/org/apache/camel/component/file/remote/FtpBadLoginConnectionLeakTest.java
@@ -42,7 +42,7 @@ public class FtpBadLoginConnectionLeakTest extends 
FtpServerTestSupport {
     /**
      * Mapping of socket hashcode to two element tab ([connect() called, 
close() called])
      */
-    private Map<Integer, boolean[]> socketAudits = new HashMap<>();
+    private Map<Integer, boolean[]> socketAudits = new HashMap<Integer, 
boolean[]>();
 
     @Override
 

Reply via email to