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

klund pushed a commit to branch GEM-1722-1629
in repository https://gitbox.apache.org/repos/asf/geode.git

commit cdab9c05c5989b14ec245bec2dbd5c12ec05ebd0
Author: Kirk Lund <[email protected]>
AuthorDate: Fri Jun 8 10:49:13 2018 -0700

    Fix spotless format
---
 .../src/main/java/org/apache/geode/internal/cache/LocalRegion.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java 
b/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java
index 0064e9a..9cfe1c9 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java
@@ -11554,7 +11554,8 @@ public class LocalRegion extends AbstractRegion 
implements LoaderHelperFactory,
       if (this.entries instanceof AbstractRegionMap) {
         ((AbstractRegionMap) 
this.entries).verifyTombstoneCount(this.tombstoneCount);
       }
-      logger.info("GEM-1722: Dumping region of size {} tombstones: {}: {}", 
size(), getTombstoneCount(),
+      logger.info("GEM-1722: Dumping region of size {} tombstones: {}: {}", 
size(),
+          getTombstoneCount(),
           this.toString());
       if (this.entries instanceof AbstractRegionMap) {
         ((AbstractRegionMap) this.entries).dumpMap();

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to