Repository: geode
Updated Branches:
  refs/heads/feature/GEODE-2632-18 9c18bcc3f -> 3d00282ce


fix format


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3d00282c
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/3d00282c
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/3d00282c

Branch: refs/heads/feature/GEODE-2632-18
Commit: 3d00282ce39d1786b7d1dc2f264fc611cadb408f
Parents: 9c18bcc
Author: Kirk Lund <kl...@apache.org>
Authored: Wed May 31 12:58:02 2017 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Wed May 31 12:58:02 2017 -0700

----------------------------------------------------------------------
 .../geode/internal/cache/tier/sockets/CacheClientNotifier.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/3d00282c/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientNotifier.java
----------------------------------------------------------------------
diff --git 
a/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientNotifier.java
 
b/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientNotifier.java
index 1ad70a1..5ad6267 100755
--- 
a/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientNotifier.java
+++ 
b/geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/CacheClientNotifier.java
@@ -2085,8 +2085,8 @@ public class CacheClientNotifier {
               statistics.incCompiledQueryCount(-1);
               if (isDebugEnabled) {
                 logger.debug("Removed compiled query from ccn.compliedQueries 
list. Query: "
-                             + q.getQueryString() + ". Total compiled queries 
are : "
-                             + statistics.getCompiledQueryCount());
+                    + q.getQueryString() + ". Total compiled queries are : "
+                    + statistics.getCompiledQueryCount());
               }
             }
           }

Reply via email to