You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2014/12/03 14:15:21 UTC

activemq git commit: remove angles that won't compile on 1.6

Repository: activemq
Updated Branches:
  refs/heads/trunk a58b00872 -> 23052aa98


remove angles that won't compile on 1.6


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

Branch: refs/heads/trunk
Commit: 23052aa9864b90c929fdba2965baa4e083d87ee8
Parents: a58b008
Author: gtully <ga...@gmail.com>
Authored: Wed Dec 3 13:13:40 2014 +0000
Committer: gtully <ga...@gmail.com>
Committed: Wed Dec 3 13:13:40 2014 +0000

----------------------------------------------------------------------
 .../java/org/apache/activemq/usecases/ExceptionListenerTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/23052aa9/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/ExceptionListenerTest.java
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/ExceptionListenerTest.java b/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/ExceptionListenerTest.java
index 1a2e5ec..e426b12 100755
--- a/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/ExceptionListenerTest.java
+++ b/activemq-unit-tests/src/test/java/org/apache/activemq/usecases/ExceptionListenerTest.java
@@ -56,7 +56,7 @@ public class ExceptionListenerTest implements ExceptionListener {
         brokerService.setAdvisorySupport(false);
         brokerService.setUseJmx(false);
         brokerService.setPersistent(false);
-        brokerService.setPlugins(new BrokerPlugin[]{new SimpleAuthenticationPlugin(new ArrayList<>())});
+        brokerService.setPlugins(new BrokerPlugin[]{new SimpleAuthenticationPlugin(new ArrayList())});
         brokerUri = brokerService.addConnector("tcp://0.0.0.0:0").getConnectUri();
         brokerService.start();
     }