Updated Branches:
  refs/heads/master 81027056b -> 02799ff0f

Format code


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

Branch: refs/heads/master
Commit: 02799ff0f2524dd44f3322b36c4257c517b729ba
Parents: 8102705
Author: Manula Thantriwatte <[email protected]>
Authored: Thu Feb 13 16:20:40 2014 +0530
Committer: Manula Thantriwatte <[email protected]>
Committed: Thu Feb 13 16:20:40 2014 +0530

----------------------------------------------------------------------
 .../main/java/org/apache/stratos/cli/RestCommandLineService.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/02799ff0/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 ee9e152..9bbc28c 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
@@ -579,8 +579,7 @@ public class RestCommandLineService {
         }
     }
 
-       private Member[] getMembers(String cartridgeType, String alias,
-                       DefaultHttpClient httpClient) {
+       private Member[] getMembers(String cartridgeType, String alias, 
DefaultHttpClient httpClient) {
                HttpResponse response = restClientService.doGet(httpClient, 
restClientService.getUrl() + listClusterRestEndpoint
                        + cartridgeType + "/" + alias,
                        restClientService.getUsername(), 
restClientService.getPassword());

Reply via email to