Fix Constructor and @Override

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

Branch: refs/heads/ARTEMIS-780
Commit: a4e1431016c0d2b646f634a964e70a8761a38a07
Parents: 541e4e0
Author: Martyn Taylor <[email protected]>
Authored: Tue Nov 1 10:42:54 2016 +0000
Committer: Clebert Suconic <[email protected]>
Committed: Mon Nov 7 11:28:07 2016 -0500

----------------------------------------------------------------------
 .../persistence/impl/journal/AbstractJournalStorageManager.java    | 1 +
 .../org/apache/activemq/artemis/core/server/impl/QueueImpl.java    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a4e14310/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/AbstractJournalStorageManager.java
----------------------------------------------------------------------
diff --git 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/AbstractJournalStorageManager.java
 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/AbstractJournalStorageManager.java
index b67cfa6..b9e91ec 100644
--- 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/AbstractJournalStorageManager.java
+++ 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/AbstractJournalStorageManager.java
@@ -1266,6 +1266,7 @@ public abstract class AbstractJournalStorageManager 
implements StorageManager {
       }
    }
 
+   @Override
    public void addAddressBinding(final long tx, final AddressInfo addressInfo) 
throws Exception {
       PersistentAddressBindingEncoding bindingEncoding = new 
PersistentAddressBindingEncoding(addressInfo.getName(), 
addressInfo.getRoutingType());
 

http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a4e14310/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java
----------------------------------------------------------------------
diff --git 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java
 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java
index a37bb50..38d738b 100644
--- 
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java
+++ 
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java
@@ -344,7 +344,7 @@ public class QueueImpl implements Queue {
                     final StorageManager storageManager,
                     final HierarchicalRepository<AddressSettings> 
addressSettingsRepository,
                     final Executor executor) {
-      this(id, address, name, filter, null, user, durable, temporary, 
autoCreated, null, null, scheduledExecutor, postOffice, storageManager, 
addressSettingsRepository, executor);
+      this(id, address, name, filter, pageSubscription, user, durable, 
temporary, autoCreated, null, null, scheduledExecutor, postOffice, 
storageManager, addressSettingsRepository, executor);
    }
 
    public QueueImpl(final long id,

Reply via email to