Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 e29a3c483 -> 72598ab5e


IGNITE-1186 Revert bad commit


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

Branch: refs/heads/ignite-843
Commit: 72598ab5eadf3ab59c4b64ab58ca6404280e83b7
Parents: e29a3c4
Author: sevdokimov <sergey.evdoki...@jetbrains.com>
Authored: Wed Aug 5 08:33:07 2015 +0300
Committer: sevdokimov <sergey.evdoki...@jetbrains.com>
Committed: Wed Aug 5 08:33:07 2015 +0300

----------------------------------------------------------------------
 .../main/java/org/apache/ignite/examples/ExampleNodeStartup.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/72598ab5/examples/src/main/java/org/apache/ignite/examples/ExampleNodeStartup.java
----------------------------------------------------------------------
diff --git 
a/examples/src/main/java/org/apache/ignite/examples/ExampleNodeStartup.java 
b/examples/src/main/java/org/apache/ignite/examples/ExampleNodeStartup.java
index 7bcd4f7..f972b53 100644
--- a/examples/src/main/java/org/apache/ignite/examples/ExampleNodeStartup.java
+++ b/examples/src/main/java/org/apache/ignite/examples/ExampleNodeStartup.java
@@ -30,8 +30,6 @@ public class ExampleNodeStartup {
      * @throws IgniteException If failed.
      */
     public static void main(String[] args) throws IgniteException {
-        Ignite start = Ignition.start("examples/config/example-ignite.xml");
-
-        start.createCache("ccc");
+        Ignition.start("examples/config/example-ignite.xml");
     }
 }

Reply via email to