Removing 'created by' comments

This commit is contained in:
Clebert Suconic 2015-08-06 10:24:00 -04:00
parent d4de65041b
commit 138bfe9682
3 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -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);

View File

@ -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);