Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A2E57D9E3 for ; Wed, 27 Feb 2013 21:47:15 +0000 (UTC) Received: (qmail 51581 invoked by uid 500); 27 Feb 2013 21:47:15 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 51562 invoked by uid 500); 27 Feb 2013 21:47:15 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 51555 invoked by uid 99); 27 Feb 2013 21:47:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2013 21:47:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 4868F104D0; Wed, 27 Feb 2013 21:47:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mchen@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: refs/heads/vim51_win8 - Add some comments on some code source to give credit to vmware sample code. Message-Id: <20130227214715.4868F104D0@tyr.zones.apache.org> Date: Wed, 27 Feb 2013 21:47:15 +0000 (UTC) Updated Branches: refs/heads/vim51_win8 17488fac3 -> 7d2ebc9fc Add some comments on some code source to give credit to vmware sample code. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7d2ebc9f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7d2ebc9f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7d2ebc9f Branch: refs/heads/vim51_win8 Commit: 7d2ebc9fc3587baf4f984c995e45195d989387a0 Parents: 17488fa Author: Min Chen Authored: Wed Feb 27 13:46:43 2013 -0800 Committer: Min Chen Committed: Wed Feb 27 13:46:43 2013 -0800 ---------------------------------------------------------------------- .../UserVmCloneSettingDaoTestConfiguration.java | 2 +- .../cloud/hypervisor/vmware/util/VmwareClient.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7d2ebc9f/server/test/com/cloud/vm/dao/UserVmCloneSettingDaoTestConfiguration.java ---------------------------------------------------------------------- diff --git a/server/test/com/cloud/vm/dao/UserVmCloneSettingDaoTestConfiguration.java b/server/test/com/cloud/vm/dao/UserVmCloneSettingDaoTestConfiguration.java index 8bb2a4d..6e22e17 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; http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7d2ebc9f/vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java ---------------------------------------------------------------------- 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 f29a8c0..21c649a 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