You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2014/12/01 09:57:25 UTC

stratos git commit: Fixing formatting issue

Repository: stratos
Updated Branches:
  refs/heads/master 9d43cd8f5 -> d45642cfe


Fixing formatting issue


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

Branch: refs/heads/master
Commit: d45642cfeee1537cd865a5feb8af5806ae5db027
Parents: 9d43cd8
Author: Lahiru Sandaruwan <la...@apache.org>
Authored: Mon Dec 1 14:29:01 2014 +0530
Committer: Lahiru Sandaruwan <la...@apache.org>
Committed: Mon Dec 1 14:29:01 2014 +0530

----------------------------------------------------------------------
 .../autoscaler/monitor/cluster/VMServiceClusterMonitor.java       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/d45642cf/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/VMServiceClusterMonitor.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/VMServiceClusterMonitor.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/VMServiceClusterMonitor.java
index 129213f..68ce932 100644
--- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/VMServiceClusterMonitor.java
+++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/VMServiceClusterMonitor.java
@@ -178,8 +178,7 @@ public class VMServiceClusterMonitor extends VMClusterMonitor {
 
                                     VMClusterContext vmClusterContext = (VMClusterContext) clusterContext;
 
-                                    getScaleCheckKnowledgeSession().setGlobal("instance",
-                                            instanceContext);
+                                    getScaleCheckKnowledgeSession().setGlobal("instance", instanceContext);
                                     getScaleCheckKnowledgeSession().setGlobal("clusterId", getClusterId());
                                     getScaleCheckKnowledgeSession().setGlobal("autoscalePolicy", vmClusterContext.getAutoscalePolicy());
                                     getScaleCheckKnowledgeSession().setGlobal("rifReset", rifReset);