mirror of https://github.com/apache/jclouds.git
Merge pull request #458 from grkvlt/namespace-fix
Issue 830: Fix typo in namespace constant
This commit is contained in:
commit
e4abf0b25f
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue