This is an automated email from the ASF dual-hosted git repository.

jasonhuynh pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new cd92f9a  GEODE-4631: need a public class to mock (#1413)
cd92f9a is described below

commit cd92f9a3d378f30eb7e93cbaa05be139bbbcefc6
Author: Xiaojian Zhou <gesterz...@users.noreply.github.com>
AuthorDate: Thu Feb 8 09:09:04 2018 -0800

    GEODE-4631: need a public class to mock (#1413)
---
 .../org/apache/geode/cache/query/internal/types/TypeUtilsJUnitTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/geode-core/src/test/java/org/apache/geode/cache/query/internal/types/TypeUtilsJUnitTest.java
 
b/geode-core/src/test/java/org/apache/geode/cache/query/internal/types/TypeUtilsJUnitTest.java
index eaa27df..b9fc40f 100644
--- 
a/geode-core/src/test/java/org/apache/geode/cache/query/internal/types/TypeUtilsJUnitTest.java
+++ 
b/geode-core/src/test/java/org/apache/geode/cache/query/internal/types/TypeUtilsJUnitTest.java
@@ -955,7 +955,7 @@ public class TypeUtilsJUnitTest {
   /**
    * Test class that implements the Comparable interface.
    */
-  class ComparableObject implements Comparable {
+  public class ComparableObject implements Comparable {
     Integer id;
 
     public ComparableObject(Integer id) {

-- 
To stop receiving notification emails like this one, please contact
jasonhu...@apache.org.

Reply via email to