You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2017/03/23 03:31:19 UTC

[1/2] activemq-artemis git commit: This closes #1121

Repository: activemq-artemis
Updated Branches:
  refs/heads/master eea3e7470 -> 784db37ce


This closes #1121


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

Branch: refs/heads/master
Commit: 784db37ced3194a25be5725558ff2dea52e7abdb
Parents: eea3e74 1ae3276
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Mar 22 23:31:06 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Mar 22 23:31:06 2017 -0400

----------------------------------------------------------------------
 .../activemq/artemis/core/paging/impl/PagingManagerImpl.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: NO JIRA Small lexical typo

Posted by cl...@apache.org.
NO JIRA Small lexical typo


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

Branch: refs/heads/master
Commit: 1ae3276ce9cc75608a575f47bcd60ae96822480a
Parents: eea3e74
Author: Benjamin Graf <be...@gmx.net>
Authored: Wed Mar 22 21:23:40 2017 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Mar 22 23:31:06 2017 -0400

----------------------------------------------------------------------
 .../activemq/artemis/core/paging/impl/PagingManagerImpl.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/1ae3276c/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingManagerImpl.java
----------------------------------------------------------------------
diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingManagerImpl.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingManagerImpl.java
index 5646751..8c2e1f2 100644
--- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingManagerImpl.java
+++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagingManagerImpl.java
@@ -97,10 +97,10 @@ public final class PagingManagerImpl implements PagingManager {
 
    @Override
    public void onChange() {
-      reaplySettings();
+      reapplySettings();
    }
 
-   private void reaplySettings() {
+   private void reapplySettings() {
       for (PagingStore store : stores.values()) {
          AddressSettings settings = this.addressSettingsRepository.getMatch(store.getAddress().toString());
          store.applySetting(settings);