Updated Branches: refs/heads/master 1e23b3cf1 -> 73b229594
Add proper comment Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/b5eca93f Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/b5eca93f Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/b5eca93f Branch: refs/heads/master Commit: b5eca93f016a6f4e5fbc499ed52f2eefe7fc668c Parents: ea65ed7 Author: Manula Thantriwatte <[email protected]> Authored: Wed Feb 12 16:36:42 2014 +0530 Committer: Manula Thantriwatte <[email protected]> Committed: Wed Feb 12 16:36:42 2014 +0530 ---------------------------------------------------------------------- .../main/java/org/apache/stratos/cli/RestCommandLineService.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/b5eca93f/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java b/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java index 10d46fe..e5a4069 100644 --- a/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java +++ b/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java @@ -1563,6 +1563,7 @@ public class RestCommandLineService { } } + // This class convert JSON string to servicedefinitionbean object private class ServiceDefinitionList { private ArrayList<ServiceDefinitionBean> serviceDefinition;
