Repository: camel
Updated Branches:
  refs/heads/master 4e636bdd8 -> e9855f100


Fixed CS


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

Branch: refs/heads/master
Commit: 61570e64490bdaadddcac3197c93ff38a09febb4
Parents: d00b08d
Author: Claus Ibsen <davscl...@apache.org>
Authored: Tue Dec 2 20:18:51 2014 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Dec 3 07:35:45 2014 +0100

----------------------------------------------------------------------
 camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/61570e64/camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java 
b/camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java
index 55bcf8c..a468008 100644
--- a/camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java
+++ b/camel-core/src/main/java/org/apache/camel/util/ObjectHelper.java
@@ -1491,7 +1491,7 @@ public final class ObjectHelper {
      * @return the Iterable
      */
     public static Iterable<Throwable> createExceptionIterable(Throwable 
exception) {
-        List<Throwable> throwables = new ArrayList<>();
+        List<Throwable> throwables = new ArrayList<Throwable>();
 
         Throwable current = exception;
         // spool to the bottom of the caused by tree

Reply via email to