Merge pull request #458 from grkvlt/namespace-fix

Issue 830: Fix typo in namespace constant
This commit is contained in:
Adrian Cole 2012-03-16 10:12:48 -07:00
commit e4abf0b25f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class VCloudDirectorConstants {
/** The XML namespace used by the clients. */
public static final String VCLOUD_1_5_NS = "http://www.vmware.com/vcloud/v1.5";
public static final String VCLOUD_VMW_NS = "ihttp://www.vmware.com/schema/ovf";
public static final String VCLOUD_VMW_NS = "http://www.vmware.com/schema/ovf";
public static final String VCLOUD_OVF_NS = "http://schemas.dmtf.org/ovf/envelope/1";