You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ni...@apache.org on 2013/12/01 11:59:00 UTC

[06/12] git commit: correcting set method of DeploymentPolicy bean

correcting set method of DeploymentPolicy bean


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

Branch: refs/heads/master
Commit: 192627bddfb7331e6a621a9883f503430063da1e
Parents: 40272be
Author: Nirmal Fernando <ni...@apache.org>
Authored: Sat Nov 30 22:29:32 2013 +0530
Committer: Nirmal Fernando <ni...@apache.org>
Committed: Sat Nov 30 22:29:32 2013 +0530

----------------------------------------------------------------------
 .../cloud/controller/deployment/policy/DeploymentPolicy.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/192627bd/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/deployment/policy/DeploymentPolicy.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/deployment/policy/DeploymentPolicy.java b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/deployment/policy/DeploymentPolicy.java
index d8f7ff3..7b36eba 100644
--- a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/deployment/policy/DeploymentPolicy.java
+++ b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/deployment/policy/DeploymentPolicy.java
@@ -60,7 +60,7 @@ public class DeploymentPolicy implements Serializable{
         this.id = value;
     }
     
-    public void setPartitionGroup(PartitionGroup[] groups) {
+    public void setPartitionGroups(PartitionGroup[] groups) {
         this.partitionGroups = groups;
     }