Updated Branches: refs/heads/master a286dec09 -> 0ef613519
CLOUDSTACK-3715. Fix import error. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0ef61351 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0ef61351 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0ef61351 Branch: refs/heads/master Commit: 0ef61351988088e695a0bf1aa6ff273c5c2da1fb Parents: a286dec Author: Likitha Shetty <[email protected]> Authored: Tue Nov 5 17:27:48 2013 +0530 Committer: Likitha Shetty <[email protected]> Committed: Tue Nov 5 17:42:17 2013 +0530 ---------------------------------------------------------------------- .../storage/resource/VmwareSecondaryStorageContextFactory.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0ef61351/plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareSecondaryStorageContextFactory.java ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareSecondaryStorageContextFactory.java b/plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareSecondaryStorageContextFactory.java index 3d7a18d..254e89b 100644 --- a/plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareSecondaryStorageContextFactory.java +++ b/plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareSecondaryStorageContextFactory.java @@ -21,8 +21,9 @@ import javax.inject.Inject; import org.apache.log4j.Logger; +import org.apache.cloudstack.framework.config.dao.ConfigurationDao; + import com.cloud.configuration.Config; -import com.cloud.configuration.dao.ConfigurationDao; import com.cloud.hypervisor.vmware.util.VmwareClient; import com.cloud.hypervisor.vmware.util.VmwareContext; import com.cloud.hypervisor.vmware.util.VmwareContextPool;
