You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2017/03/15 07:18:40 UTC

ignite git commit: IGNITE-3477 Fixed compilation after merge with master.

Repository: ignite
Updated Branches:
  refs/heads/ignite-3477-master 0bdcbb359 -> df265c4db


IGNITE-3477 Fixed compilation after merge with master.


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

Branch: refs/heads/ignite-3477-master
Commit: df265c4dbec5e2131502c736db940ec56099f33d
Parents: 0bdcbb3
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Wed Mar 15 14:18:59 2017 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Wed Mar 15 14:18:59 2017 +0700

----------------------------------------------------------------------
 .../java/org/apache/ignite/console/demo/AgentClusterDemo.java     | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/df265c4d/modules/web-console/web-agent/src/main/java/org/apache/ignite/console/demo/AgentClusterDemo.java
----------------------------------------------------------------------
diff --git a/modules/web-console/web-agent/src/main/java/org/apache/ignite/console/demo/AgentClusterDemo.java b/modules/web-console/web-agent/src/main/java/org/apache/ignite/console/demo/AgentClusterDemo.java
index cefb9fd..3e3260f 100644
--- a/modules/web-console/web-agent/src/main/java/org/apache/ignite/console/demo/AgentClusterDemo.java
+++ b/modules/web-console/web-agent/src/main/java/org/apache/ignite/console/demo/AgentClusterDemo.java
@@ -41,7 +41,6 @@ import org.apache.ignite.logger.log4j.Log4JLogger;
 import org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi;
 import org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi;
 import org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder;
-import org.apache.ignite.transactions.Transaction;
 import org.apache.log4j.Logger;
 
 import static org.apache.ignite.IgniteSystemProperties.IGNITE_ATOMIC_CACHE_DELETE_HISTORY_SIZE;
@@ -106,8 +105,6 @@ public class AgentClusterDemo {
         if (client)
             cfg.setClientMode(true);
 
-        cfg.setCacheConfiguration(cacheCountry(), cacheDepartment(), cacheEmployee(), cacheParking(), cacheCar());
-
         return cfg;
     }