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 2015/10/14 12:05:23 UTC

ignite git commit: IGNITE-843 Fixed minor naming.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc1 d12dcbbdf -> c298ddbaf


IGNITE-843 Fixed minor naming.


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

Branch: refs/heads/ignite-843-rc1
Commit: c298ddbaf568bfbe85cb3a187fe3b50a79a1a3ef
Parents: d12dcbb
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Wed Oct 14 17:05:41 2015 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Wed Oct 14 17:05:41 2015 +0700

----------------------------------------------------------------------
 .../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/ignite/blob/c298ddba/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 00021de..74abf3d 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
@@ -53,7 +53,7 @@ public class AgentLauncher {
      */
     @SuppressWarnings("BusyWait")
     public static void main(String[] args) throws Exception {
-        log.log(Level.INFO, "Starting Apache Ignite Control Center Agent...");
+        log.log(Level.INFO, "Starting Apache Ignite Web Console Agent...");
 
         AgentConfiguration cfg = new AgentConfiguration();
 
@@ -103,7 +103,7 @@ public class AgentLauncher {
         }
 
         if (cfg.token() == null) {
-            String webHost= "";
+            String webHost;
 
             try {
                 webHost = new URI(cfg.serverUri()).getHost();