This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 72342cd  GEODE-5946 spelling error in PartitionedRegion.java
72342cd is described below

commit 72342cda8b880603f3aaf6099d59e7209d83758d
Author: Bruce Schuchardt <[email protected]>
AuthorDate: Fri Oct 26 15:24:20 2018 -0700

    GEODE-5946 spelling error in PartitionedRegion.java
    
    Reworded to "Done waiting for index removal"
---
 .../main/java/org/apache/geode/internal/cache/PartitionedRegion.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java
 
b/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java
index 9053b63..fe01b1c 100755
--- 
a/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java
+++ 
b/geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java
@@ -8648,7 +8648,7 @@ public class PartitionedRegion extends LocalRegion
 
         if (null != response) {
           response.waitForResults();
-          logger.info("Done wating for remove index...");
+          logger.info("Done waiting for index removal");
           if (logger.isDebugEnabled()) {
             logger.debug(
                 "Total number of buckets which removed indexes , locally : {} 
and remotely removed : {} and the total number of remote buckets : {}",
@@ -8748,7 +8748,7 @@ public class PartitionedRegion extends LocalRegion
 
       if (response != null) {
         response.waitForResults();
-        logger.info("Done wating for remove index...");
+        logger.info("Done waiting for index removal");
         if (logger.isDebugEnabled()) {
           logger.debug(
               "Total number of buckets which removed indexs , locally : {} and 
remotely removed : {} and the total number of remote buckets : {}",

Reply via email to