From 7d2ebc9fc3587baf4f984c995e45195d989387a0 Mon Sep 17 00:00:00 2001 From: Min Chen Date: Wed, 27 Feb 2013 13:46:43 -0800 Subject: [PATCH] Add some comments on some code source to give credit to vmware sample code. --- .../cloud/vm/dao/UserVmCloneSettingDaoTestConfiguration.java | 2 +- .../src/com/cloud/hypervisor/vmware/util/VmwareClient.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/test/com/cloud/vm/dao/UserVmCloneSettingDaoTestConfiguration.java b/server/test/com/cloud/vm/dao/UserVmCloneSettingDaoTestConfiguration.java index 8bb2a4de902..6e22e174f58 100644 --- a/server/test/com/cloud/vm/dao/UserVmCloneSettingDaoTestConfiguration.java +++ b/server/test/com/cloud/vm/dao/UserVmCloneSettingDaoTestConfiguration.java @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -package com.cloud.storage.dao; +package com.cloud.vm.dao; import java.io.IOException; diff --git a/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java b/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java index f29a8c0077a..21c649a48cb 100644 --- a/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java +++ b/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java @@ -53,7 +53,7 @@ import com.vmware.vim25.ObjectContent; /** * A wrapper class to handle Vmware vsphere connection and disconnection. * - * @author minc + * DISCLAIMER: This code is partly copied from sample codes that come along with Vmware web service 5.1 SDK. * */ public class VmwareClient { @@ -276,7 +276,7 @@ public class VmwareClient { * properties to check are reached Destroys the ObjectFilter when done. * * @param objmor - * MOR of the Object to wait for + * MOR of the Object to wait for * @param filterProps * Properties list to filter * @param endWaitProps