You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2017/08/04 23:25:40 UTC

[12/27] geode git commit: GEODE-3380: spotlessApply to fix format

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/feature/GEODE-3299
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);