Organized imports in org.apache.stratos.cli
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/e8bb7830 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/e8bb7830 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/e8bb7830 Branch: refs/heads/master Commit: e8bb78301f73678c20cdf9ca812af9142f371c2d Parents: 770acad Author: M. Isuru Tharanga Chrishantha Perera <[email protected]> Authored: Tue Mar 25 14:33:21 2014 +0530 Committer: M. Isuru Tharanga Chrishantha Perera <[email protected]> Committed: Tue Mar 25 14:33:21 2014 +0530 ---------------------------------------------------------------------- .../main/java/org/apache/stratos/cli/RestCommandLineService.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/e8bb7830/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 9513c42..1d27570 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 @@ -42,7 +42,6 @@ import org.apache.axis2.context.ConfigurationContext; import org.apache.axis2.context.ConfigurationContextFactory; import org.apache.axis2.description.TransportOutDescription; import org.apache.axis2.transport.http.HttpTransportProperties; -import org.apache.commons.lang3.StringUtils; import org.apache.http.HttpResponse; import org.apache.http.client.ClientProtocolException; import org.apache.http.impl.client.DefaultHttpClient;
