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/10 05:57:05 UTC

[1/2] activemq-artemis git commit: Fix javadoc errors in tests/activemq5-unit-tests

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 1d48a706c -> 970623f52


Fix javadoc errors in tests/activemq5-unit-tests


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

Branch: refs/heads/master
Commit: 19a49f5297efb243ad70aa372d6a4bf258568e4c
Parents: 1d48a70
Author: Howard Gao <hg...@redhat.com>
Authored: Fri Jul 10 10:02:38 2015 +0800
Committer: Howard Gao <hg...@redhat.com>
Committed: Fri Jul 10 10:02:38 2015 +0800

----------------------------------------------------------------------
 .../java/org/apache/activemq/broker/BrokerService.java | 13 -------------
 .../activemq/broker/region/policy/PolicyMap.java       | 12 ------------
 2 files changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/19a49f52/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 19f3b09..34dc6e4 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
@@ -208,9 +208,6 @@ public class BrokerService implements Service
    // Properties
    // -------------------------------------------------------------------------
 
-   /**
-    * Returns the message broker
-    */
    public Broker getBroker() throws Exception
    {
       if (broker == null)
@@ -225,11 +222,6 @@ public class BrokerService implements Service
       return brokerName;
    }
 
-   /**
-    * Sets the name of this broker; which must be unique in the network
-    *
-    * @param brokerName
-    */
    public void setBrokerName(String brokerName)
    {
       if (brokerName == null)
@@ -244,11 +236,6 @@ public class BrokerService implements Service
       this.brokerName = str.trim();
    }
 
-   /**
-    * Factory method to create a new broker
-    *
-    * @throws Exception
-    */
    protected Broker createBroker() throws Exception
    {
       broker = createBrokerWrapper();

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/19a49f52/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/region/policy/PolicyMap.java
----------------------------------------------------------------------
diff --git a/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/region/policy/PolicyMap.java b/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/region/policy/PolicyMap.java
index e48f2d9..58aa694 100644
--- a/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/region/policy/PolicyMap.java
+++ b/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/region/policy/PolicyMap.java
@@ -23,13 +23,6 @@ import org.apache.activemq.command.ActiveMQDestination;
 import org.apache.activemq.filter.DestinationMap;
 import org.apache.activemq.filter.DestinationMapEntry;
 
-/**
- * Represents a destination based configuration of policies so that individual
- * destinations or wildcard hierarchies of destinations can be configured using
- * different policies.
- *
- * @org.apache.xbean.XBean
- */
 public class PolicyMap extends DestinationMap
 {
 
@@ -46,11 +39,6 @@ public class PolicyMap extends DestinationMap
       return answer;
    }
 
-   /**
-    * Sets the individual entries on the policy map
-    *
-    * @org.apache.xbean.ElementType class="org.apache.activemq.broker.region.policy.PolicyEntry"
-    */
    public void setPolicyEntries(List entries)
    {
       super.setEntries(entries);


[2/2] activemq-artemis git commit: This closes #71 javadoc changes

Posted by cl...@apache.org.
This closes #71 javadoc changes


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

Branch: refs/heads/master
Commit: 970623f52b5b7e4e5a1d73788b32e444e01a4f13
Parents: 1d48a70 19a49f5
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Jul 9 23:55:34 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Jul 9 23:55:34 2015 -0400

----------------------------------------------------------------------
 .../java/org/apache/activemq/broker/BrokerService.java | 13 -------------
 .../activemq/broker/region/policy/PolicyMap.java       | 12 ------------
 2 files changed, 25 deletions(-)
----------------------------------------------------------------------