You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/08/13 14:02:42 UTC

[6/6] stratos git commit: Fixing comment

Fixing comment


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

Branch: refs/heads/master
Commit: bc435288a5993b86ab4667f35d66ddc493b34d40
Parents: cc8f9de
Author: anuruddhal <an...@gmail.com>
Authored: Thu Aug 13 09:30:36 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Thu Aug 13 17:32:32 2015 +0530

----------------------------------------------------------------------
 .../apache/stratos/autoscaler/applications/ApplicationUtils.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/bc435288/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/ApplicationUtils.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/ApplicationUtils.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/ApplicationUtils.java
index fc04723..b9d04e0 100644
--- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/ApplicationUtils.java
+++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/applications/ApplicationUtils.java
@@ -124,7 +124,7 @@ public class ApplicationUtils {
 
         for (PortMapping portMapping : portMappings) {
             int port = portMapping.getPort();
-            //'NAME:mgt-console|PROTOCOL:https|PORT:30649|PROXY_PORT:0|TYPE:NodePort
+            //Format : NAME:mgt-console|PROTOCOL:https|PORT:30649|PROXY_PORT:0|TYPE:NodePort;
             portMapBuilder.append(String.format("NAME:%s|PROTOCOL:%s|PORT:%d|PROXY_PORT:%d|TYPE:%s;",
                     portMapping.getName(), portMapping.getProtocol(),
                     portMapping.getPort(), portMapping.getProxyPort(),