Repository: activemq-artemis Updated Branches: refs/heads/master 57fd708dc -> f660783df
NO-JIRA: Removing spurious debug message Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/f660783d Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/f660783d Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/f660783d Branch: refs/heads/master Commit: f660783df53320e736fc187c0177d5f8206ec922 Parents: 57fd708 Author: Clebert Suconic <[email protected]> Authored: Thu Feb 16 12:05:44 2017 -0500 Committer: Clebert Suconic <[email protected]> Committed: Thu Feb 16 12:05:44 2017 -0500 ---------------------------------------------------------------------- .../apache/activemq/artemis/core/server/impl/LastValueQueue.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/f660783d/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/LastValueQueue.java ---------------------------------------------------------------------- diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/LastValueQueue.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/LastValueQueue.java index 4e7e84a..eb467ae 100644 --- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/LastValueQueue.java +++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/LastValueQueue.java @@ -66,7 +66,6 @@ public class LastValueQueue extends QueueImpl { final HierarchicalRepository<AddressSettings> addressSettingsRepository, final Executor executor) { super(persistenceID, address, name, filter, pageSubscription, user, durable, temporary, autoCreated, routingType, maxConsumers, purgeOnNoConsumers, scheduledExecutor, postOffice, storageManager, addressSettingsRepository, executor); - new Exception("LastValueQeue " + this).toString(); } @Override
