You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2016/05/24 18:54:00 UTC

[19/55] [abbrv] incubator-geode git commit: GEODE-1255: Revert some changes which had broken the build

GEODE-1255: Revert some changes which had broken the build


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

Branch: refs/heads/feature/GEODE-1153
Commit: dc024d071772894ca2162fe47108437e62f82361
Parents: bf258f6
Author: Jens Deppe <jd...@pivotal.io>
Authored: Mon May 9 07:21:07 2016 -0700
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Mon May 9 07:21:07 2016 -0700

----------------------------------------------------------------------
 .../internal/cli/commands/ListIndexCommandDUnitTest.java         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/dc024d07/geode-core/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/ListIndexCommandDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/ListIndexCommandDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/ListIndexCommandDUnitTest.java
index 8947c22..5753b16 100644
--- a/geode-core/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/ListIndexCommandDUnitTest.java
+++ b/geode-core/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/ListIndexCommandDUnitTest.java
@@ -589,7 +589,7 @@ public class ListIndexCommandDUnitTest extends CliCommandTestBase {
     }
   }
 
-  private static class Consumer extends AbstractBean<Long> {
+  public static class Consumer extends AbstractBean<Long> {
 
     private volatile int units;
 
@@ -609,7 +609,7 @@ public class ListIndexCommandDUnitTest extends CliCommandTestBase {
     }
   }
 
-  private static class Producer extends AbstractBean<Long> {
+  public static class Producer extends AbstractBean<Long> {
 
     private volatile int units;