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/13 12:58:22 UTC

stratos git commit: s/scalingOrder/scalingDependencyList

Repository: stratos
Updated Branches:
  refs/heads/4.1.0-test 55e0d8444 -> b8026e050


s/scalingOrder/scalingDependencyList


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

Branch: refs/heads/4.1.0-test
Commit: b8026e05075ff9be8af37f6fcb8073b4a5fd2c45
Parents: 55e0d84
Author: Lahiru Sandaruwan <la...@apache.org>
Authored: Sat Dec 13 17:30:21 2014 +0530
Committer: Lahiru Sandaruwan <la...@apache.org>
Committed: Sat Dec 13 17:30:21 2014 +0530

----------------------------------------------------------------------
 .../messaging/domain/applications/ScalingDependentList.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/b8026e05/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/applications/ScalingDependentList.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/applications/ScalingDependentList.java b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/applications/ScalingDependentList.java
index 456a14a..954cb0b 100644
--- a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/applications/ScalingDependentList.java
+++ b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/domain/applications/ScalingDependentList.java
@@ -26,8 +26,8 @@ public class ScalingDependentList implements Serializable {
 
     private List<String> scalingDependentListComponents;
 
-    public ScalingDependentList(List<String> scalingOrderList) {
-        this.scalingDependentListComponents = scalingOrderList;
+    public ScalingDependentList(List<String> scalingDependentList) {
+        this.scalingDependentListComponents = scalingDependentList;
     }
 
     public List<String> getScalingDependentListComponents() {