corrected typing and added to ALL

This commit is contained in:
danikov 2012-02-21 11:20:20 +00:00
parent 8e30658078
commit d267f53950
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ public class VCloudDirectorMediaType {
public static final String TASK = "application/vnd.vmware.vcloud.task+xml";
public static final String NETWORK = "application/vnd.vmware.vcloud.entity.network+xml";
public static final String NETWORK = "application/vnd.vmware.vcloud.network+xml";
public static final String ORG_NETWORK = "application/vnd.vmware.vcloud.orgNetwork+xml";
@ -75,7 +75,7 @@ public class VCloudDirectorMediaType {
public static final List<String> ALL = Arrays.asList(
SESSION, ERROR, ORG_LIST, METADATA, METADATA_ENTRY,
METADATA_VALUE, ORG, TASKS_LIST, TASK, ORG_NETWORK,
METADATA_VALUE, ORG, TASKS_LIST, TASK, NETWORK, ORG_NETWORK,
CATALOG, CATALOG_ITEM, CATALOG_ITEMS, CATALOGS_LIST, PROPERTY,
MEDIA, OWNER, VDC, ADMIN_USER
);