CLOUDSTACK-2168: removed unused commit
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d3d63502 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d3d63502 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d3d63502 Branch: refs/heads/master Commit: d3d6350219c9f02ce5d604a81a0c3c12ff700672 Parents: 576884e Author: Abhinandan Prateek <aprat...@apache.org> Authored: Thu Jun 20 11:30:26 2013 +0530 Committer: Abhinandan Prateek <aprat...@apache.org> Committed: Thu Jun 20 11:30:26 2013 +0530 ---------------------------------------------------------------------- .../org/apache/cloudstack/api/command/admin/ldap/LDAPConfigCmd.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d3d63502/api/src/org/apache/cloudstack/api/command/admin/ldap/LDAPConfigCmd.java ---------------------------------------------------------------------- diff --git a/api/src/org/apache/cloudstack/api/command/admin/ldap/LDAPConfigCmd.java b/api/src/org/apache/cloudstack/api/command/admin/ldap/LDAPConfigCmd.java index efd1c76..38f58ec 100644 --- a/api/src/org/apache/cloudstack/api/command/admin/ldap/LDAPConfigCmd.java +++ b/api/src/org/apache/cloudstack/api/command/admin/ldap/LDAPConfigCmd.java @@ -27,7 +27,6 @@ import org.apache.cloudstack.api.ApiConstants; import org.apache.cloudstack.api.BaseCmd; import org.apache.cloudstack.api.Parameter; import org.apache.cloudstack.api.ServerApiException; -import org.apache.cloudstack.api.response.HypervisorCapabilitiesResponse; import org.apache.cloudstack.api.response.LDAPConfigResponse; import org.apache.cloudstack.api.response.ListResponse; import org.apache.log4j.Logger;