You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2016/07/25 17:21:12 UTC

incubator-geode git commit: GEODE-420: changing TestObjectThrowsException to be public

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-420 23933523d -> 7255b8684


GEODE-420: changing TestObjectThrowsException to be public


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

Branch: refs/heads/feature/GEODE-420
Commit: 7255b868497112bcb9d33acfb4e8d6b8322ae6b8
Parents: 2393352
Author: Udo Kohlmeyer <uk...@pivotal.io>
Authored: Mon Jul 25 10:21:01 2016 -0700
Committer: Udo Kohlmeyer <uk...@pivotal.io>
Committed: Mon Jul 25 10:21:01 2016 -0700

----------------------------------------------------------------------
 .../gemfire/cache30/DistributedMulticastRegionDUnitTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/7255b868/geode-core/src/test/java/com/gemstone/gemfire/cache30/DistributedMulticastRegionDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/com/gemstone/gemfire/cache30/DistributedMulticastRegionDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/cache30/DistributedMulticastRegionDUnitTest.java
index 3ce3ec5..9f7b369 100755
--- a/geode-core/src/test/java/com/gemstone/gemfire/cache30/DistributedMulticastRegionDUnitTest.java
+++ b/geode-core/src/test/java/com/gemstone/gemfire/cache30/DistributedMulticastRegionDUnitTest.java
@@ -128,7 +128,7 @@ public class DistributedMulticastRegionDUnitTest extends JUnit4CacheTestCase {
     closeLocator();
   }
 
-  private static class TestObjectThrowsException implements PdxSerializable {
+  public static class TestObjectThrowsException implements PdxSerializable {
 
     String name = "TestObjectThrowsException";