Repository: incubator-ignite Updated Branches: refs/heads/ignite-1155_1 3762de370 -> a21d96ea5
IGNITE-1121 Fix spelling. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a21d96ea Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a21d96ea Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a21d96ea Branch: refs/heads/ignite-1155_1 Commit: a21d96ea59cbe4ac07fcf38fc4d0747d05bef7ac Parents: 3762de3 Author: sevdokimov <sevdoki...@gridgain.com> Authored: Wed Jul 29 15:20:30 2015 +0300 Committer: sevdokimov <sevdoki...@gridgain.com> Committed: Wed Jul 29 15:20:30 2015 +0300 ---------------------------------------------------------------------- .../src/main/java/org/apache/ignite/agent/AgentLauncher.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a21d96ea/modules/control-center-agent/src/main/java/org/apache/ignite/agent/AgentLauncher.java ---------------------------------------------------------------------- diff --git a/modules/control-center-agent/src/main/java/org/apache/ignite/agent/AgentLauncher.java b/modules/control-center-agent/src/main/java/org/apache/ignite/agent/AgentLauncher.java index 1ed5448..c1df0fe 100644 --- a/modules/control-center-agent/src/main/java/org/apache/ignite/agent/AgentLauncher.java +++ b/modules/control-center-agent/src/main/java/org/apache/ignite/agent/AgentLauncher.java @@ -51,9 +51,9 @@ public class AgentLauncher { protected static AgentConfiguration getConfiguration(String[] args) throws IOException { AgentConfiguration cfg = new AgentConfiguration(); - URL dftlCfgUrl = AgentLauncher.class.getResource("/config.properties"); + URL dfltCfgUrl = AgentLauncher.class.getResource("/config.properties"); - cfg.load(dftlCfgUrl); + cfg.load(dfltCfgUrl); AgentCommandLine cmdCfg = new AgentCommandLine();