Updated Branches:
  refs/heads/master efdffe6ac -> 70d56224c

Fixing bug commited due to typo


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

Branch: refs/heads/master
Commit: 70d56224c1315f01e731c7b1ab5dedc68211a24e
Parents: efdffe6
Author: Lahiru Sandaruwan <[email protected]>
Authored: Wed Jan 15 23:01:32 2014 +0530
Committer: Lahiru Sandaruwan <[email protected]>
Committed: Wed Jan 15 23:01:32 2014 +0530

----------------------------------------------------------------------
 .../java/org/apache/stratos/autoscaler/PartitionContext.java     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/70d56224/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/PartitionContext.java
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/PartitionContext.java
 
b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/PartitionContext.java
index 886138d..36c3e97 100644
--- 
a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/PartitionContext.java
+++ 
b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/PartitionContext.java
@@ -325,9 +325,7 @@ public class PartitionContext implements Serializable{
         return activeMembers.size() + pendingMembers.size() + 
terminationPendingMembers.size();
     }
 
-    public int
-
-    gs() {
+    public int getNonTerminatedMemberCount() {
         return activeMembers.size() + pendingMembers.size();
     }
 

Reply via email to