Repository: activemq-artemis Updated Branches: refs/heads/master d4de65041 -> 4ed21a44c
Removing 'created by' comments Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/138bfe96 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/138bfe96 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/138bfe96 Branch: refs/heads/master Commit: 138bfe968259eca3f8be0e98076195a2b4bf2946 Parents: d4de650 Author: Clebert Suconic <[email protected]> Authored: Thu Aug 6 10:24:00 2015 -0400 Committer: Clebert Suconic <[email protected]> Committed: Fri Aug 7 15:17:24 2015 -0400 ---------------------------------------------------------------------- .../artemis/core/server/impl/SharedStoreLiveActivation.java | 3 --- .../activemq/artemis/core/transaction/TransactionFactory.java | 3 --- .../activemq/network/MQTTNetworkOfBrokersFailoverTest.java | 4 ---- 3 files changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/138bfe96/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/SharedStoreLiveActivation.java ---------------------------------------------------------------------- diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/SharedStoreLiveActivation.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/SharedStoreLiveActivation.java index 0e41b7a..e9b67b8 100644 --- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/SharedStoreLiveActivation.java +++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/SharedStoreLiveActivation.java @@ -20,9 +20,6 @@ import org.apache.activemq.artemis.core.server.ActiveMQServerLogger; import org.apache.activemq.artemis.core.server.NodeManager; import org.apache.activemq.artemis.core.server.cluster.ha.SharedStoreMasterPolicy; -/** -* Created by andy on 04/09/14. -*/ public final class SharedStoreLiveActivation extends LiveActivation { //this is how we act when we initially start as live http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/138bfe96/artemis-server/src/main/java/org/apache/activemq/artemis/core/transaction/TransactionFactory.java ---------------------------------------------------------------------- diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/transaction/TransactionFactory.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/transaction/TransactionFactory.java index 5252f66..9765439 100644 --- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/transaction/TransactionFactory.java +++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/transaction/TransactionFactory.java @@ -20,9 +20,6 @@ import org.apache.activemq.artemis.core.persistence.StorageManager; import javax.transaction.xa.Xid; -/** - * Created by andy on 22/07/14. - */ public interface TransactionFactory { Transaction newTransaction(Xid xid, StorageManager storageManager, int timeoutSeconds); http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/138bfe96/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/network/MQTTNetworkOfBrokersFailoverTest.java ---------------------------------------------------------------------- diff --git a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/network/MQTTNetworkOfBrokersFailoverTest.java b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/network/MQTTNetworkOfBrokersFailoverTest.java index 928a7a6..d0bd3d7 100644 --- a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/network/MQTTNetworkOfBrokersFailoverTest.java +++ b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/network/MQTTNetworkOfBrokersFailoverTest.java @@ -47,10 +47,6 @@ import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -/** - * Created by ceposta - * <a href="http://christianposta.com/blog>http://christianposta.com/blog</a>. - */ public class MQTTNetworkOfBrokersFailoverTest extends NetworkTestSupport { private static final Logger LOG = LoggerFactory.getLogger(MQTTNetworkOfBrokersFailoverTest.class);
