[rhmessaging-commits] rhmessaging commits: r3981 - store/trunk/java/bdbstore/src/tools/java/org/apache/qpid/server/util.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Fri May 21 11:02:53 EDT 2010


Author: ritchiem
Date: 2010-05-21 11:02:52 -0400 (Fri, 21 May 2010)
New Revision: 3981

Modified:
   store/trunk/java/bdbstore/src/tools/java/org/apache/qpid/server/util/NullApplicationRegistry.java
Log:
Update NAR to fit new interface. NAR should be removed and the dependency change to the qpid broker version

Modified: store/trunk/java/bdbstore/src/tools/java/org/apache/qpid/server/util/NullApplicationRegistry.java
===================================================================
--- store/trunk/java/bdbstore/src/tools/java/org/apache/qpid/server/util/NullApplicationRegistry.java	2010-05-21 12:49:22 UTC (rev 3980)
+++ store/trunk/java/bdbstore/src/tools/java/org/apache/qpid/server/util/NullApplicationRegistry.java	2010-05-21 15:02:52 UTC (rev 3981)
@@ -90,7 +90,7 @@
     }
 
     @Override
-    public void close() throws Exception
+    public void close()
     {
         CurrentActor.set(new BrokerActor(_rootMessageLogger));
 



More information about the rhmessaging-commits mailing list