You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/02/01 07:30:35 UTC

[2/9] ignite git commit: ignite-db-x minor update

ignite-db-x minor update


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/86ea2c7c
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/86ea2c7c
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/86ea2c7c

Branch: refs/heads/ignite-3477-compact
Commit: 86ea2c7cd26c03ae59cdf9974253b68f5bfabdf3
Parents: b9bca8c
Author: Dmitriy Govorukhin <dg...@gridgain.com>
Authored: Tue Jan 31 16:46:17 2017 +0300
Committer: Dmitriy Govorukhin <dg...@gridgain.com>
Committed: Tue Jan 31 16:46:17 2017 +0300

----------------------------------------------------------------------
 .../ignite/testframework/junits/common/GridCommonAbstractTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/86ea2c7c/modules/core/src/test/java/org/apache/ignite/testframework/junits/common/GridCommonAbstractTest.java
----------------------------------------------------------------------
diff --git a/modules/core/src/test/java/org/apache/ignite/testframework/junits/common/GridCommonAbstractTest.java b/modules/core/src/test/java/org/apache/ignite/testframework/junits/common/GridCommonAbstractTest.java
index acedfe8..9c4d954 100644
--- a/modules/core/src/test/java/org/apache/ignite/testframework/junits/common/GridCommonAbstractTest.java
+++ b/modules/core/src/test/java/org/apache/ignite/testframework/junits/common/GridCommonAbstractTest.java
@@ -695,7 +695,7 @@ public abstract class GridCommonAbstractTest extends GridAbstractTest {
      *
      * Print partitionState for cache.
      */
-    public void printPartitionState(IgniteCache<?, ?> c) {
+    protected void printPartitionState(IgniteCache<?, ?> c) {
         IgniteCacheProxy<?, ?> cache = (IgniteCacheProxy<?, ?>)c;
 
         CacheConfiguration cfg = cache.context().config();