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-gg-9615-1 Commit: 39509b58c44760a495c37f536bcc63ccf0454aef Parents: 452af6a Author: vozerov-gridgain <voze...@gridgain.com> Authored: Fri Aug 21 11:04:47 2015 +0300 Committer: vozerov-gridgain <voze...@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). -->