You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/07/09 16:42:04 UTC

[1/2] activemq-artemis git commit: This closes #70 fixing javadoc on open wire

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 6be1f1242 -> 1d48a706c


This closes #70 fixing javadoc on open wire


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

Branch: refs/heads/master
Commit: 1d48a706ca9bd6651de277051309c70414f5d62a
Parents: 6be1f12 8d1f4fa
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Jul 9 10:41:50 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Jul 9 10:41:50 2015 -0400

----------------------------------------------------------------------
 .../main/java/org/apache/activemq/broker/BrokerService.java  | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: fix javadoc warnings

Posted by cl...@apache.org.
fix javadoc warnings


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

Branch: refs/heads/master
Commit: 8d1f4fa32a78da1a54728c8566cc7c96a1bc98d0
Parents: 6be1f12
Author: Howard Gao <hg...@redhat.com>
Authored: Thu Jul 9 19:23:41 2015 +0800
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Jul 9 10:41:50 2015 -0400

----------------------------------------------------------------------
 .../main/java/org/apache/activemq/broker/BrokerService.java  | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8d1f4fa3/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/BrokerService.java
----------------------------------------------------------------------
diff --git a/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/BrokerService.java b/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/BrokerService.java
index e9d84ef..19f3b09 100644
--- a/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/BrokerService.java
+++ b/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/BrokerService.java
@@ -63,7 +63,6 @@ import org.slf4j.LoggerFactory;
  * number of transport connectors, network connectors and a bunch of properties
  * which can be used to configure the broker as its lazily created.
  *
- * @org.apache.xbean.XBean
  */
 public class BrokerService implements Service
 {
@@ -192,11 +191,6 @@ public class BrokerService implements Service
 
    }
 
-
-   /**
-    * @throws Exception
-    * @org.apache .xbean.DestroyMethod
-    */
    @Override
    public void stop() throws Exception
    {
@@ -254,8 +248,6 @@ public class BrokerService implements Service
     * Factory method to create a new broker
     *
     * @throws Exception
-    * @throws
-    * @throws
     */
    protected Broker createBroker() throws Exception
    {