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:20 UTC

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

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