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 2015/08/21 13:52:36 UTC

[35/40] incubator-ignite git commit: Reverted back accidental local host change in cache example configuration.

Reverted back accidental local host change in cache example configuration.


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

Branch: refs/heads/ignite-1258
Commit: 39509b58c44760a495c37f536bcc63ccf0454aef
Parents: 452af6a
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Fri Aug 21 11:04:47 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Fri Aug 21 11:04:47 2015 +0300

----------------------------------------------------------------------
 examples/config/example-cache.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/39509b58/examples/config/example-cache.xml
----------------------------------------------------------------------
diff --git a/examples/config/example-cache.xml b/examples/config/example-cache.xml
index 6d1d0da..98e1a71 100644
--- a/examples/config/example-cache.xml
+++ b/examples/config/example-cache.xml
@@ -37,8 +37,6 @@
         http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans.xsd">
     <bean id="ignite.cfg" class="org.apache.ignite.configuration.IgniteConfiguration">
-        <property name="localHost" value="127.0.0.1" />
-
         <property name="cacheConfiguration">
             <list>
                 <!-- Partitioned cache example configuration (Atomic mode). -->