Repository: geode
Updated Branches:
  refs/heads/develop bb847c767 -> 8d370977a


GEODE-3380: spotlessApply to fix format


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

Branch: refs/heads/develop
Commit: 8d370977aa7d2cfacdd4f2b33d3c3739dd2bc1ef
Parents: bb847c7
Author: zhouxh <gz...@pivotal.io>
Authored: Wed Aug 2 10:45:54 2017 -0700
Committer: zhouxh <gz...@pivotal.io>
Committed: Wed Aug 2 10:45:54 2017 -0700

----------------------------------------------------------------------
 .../java/org/apache/geode/internal/cache/PutAllCSDUnitTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/8d370977/geode-cq/src/test/java/org/apache/geode/internal/cache/PutAllCSDUnitTest.java
----------------------------------------------------------------------
diff --git 
a/geode-cq/src/test/java/org/apache/geode/internal/cache/PutAllCSDUnitTest.java 
b/geode-cq/src/test/java/org/apache/geode/internal/cache/PutAllCSDUnitTest.java
index d1c0004..7a76e4e 100755
--- 
a/geode-cq/src/test/java/org/apache/geode/internal/cache/PutAllCSDUnitTest.java
+++ 
b/geode-cq/src/test/java/org/apache/geode/internal/cache/PutAllCSDUnitTest.java
@@ -508,7 +508,8 @@ public class PutAllCSDUnitTest extends ClientServerTestCase 
{
    * on the same key, it should get the version tag again.
    */
   @Test
-  public void shouldReturnVersionTagOfTombstoneVersionWhenRemoveAllRetried() 
throws CacheException, InterruptedException {
+  public void shouldReturnVersionTagOfTombstoneVersionWhenRemoveAllRetried()
+      throws CacheException, InterruptedException {
     final String title = "test51871:";
 
     final Host host = Host.getHost(0);

Reply via email to