Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-648 529a9046c -> 774abdf18


# ignite-648: small


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

Branch: refs/heads/ignite-648
Commit: ad6ff481ff65509397e829cd385e123a620484f7
Parents: 529a904
Author: Artem Shutak <ashu...@gridgain.com>
Authored: Wed May 13 21:09:22 2015 +0300
Committer: Artem Shutak <ashu...@gridgain.com>
Committed: Wed May 13 21:09:22 2015 +0300

----------------------------------------------------------------------
 .../processors/cache/GridCacheAbstractFullApiSelfTest.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/ad6ff481/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
index 0a19fa7..f75fea7 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/GridCacheAbstractFullApiSelfTest.java
@@ -66,7 +66,7 @@ import static 
org.apache.ignite.transactions.TransactionState.*;
  */
 public abstract class GridCacheAbstractFullApiSelfTest extends 
GridCacheAbstractSelfTest {
     /** Ip finder for TCP discovery. */
-    public static final TcpDiscoveryIpFinder ipFinder = new 
TcpDiscoveryMulticastIpFinder();
+    private static final TcpDiscoveryIpFinder ipFinder = new 
TcpDiscoveryMulticastIpFinder();
 
     /** Increment processor for invoke operations. */
     public static final EntryProcessor<String, Integer, String> INCR_PROCESSOR 
= new EntryProcessor<String, Integer, String>() {

Reply via email to