Removing 'created by' comments
This commit is contained in:
parent
d4de65041b
commit
138bfe9682
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue