Bug 13809 - Unable to execute API command deletestoragenetworkiprange due to invalid value. Object dc_storage_network_ip_range(uuid: undefined) does not exist.

status 13809: resolved fixed
reviewed-by: Sheng Yang
This commit is contained in:
frank 2012-02-17 16:19:23 -08:00
parent a1fa313902
commit 65351fd1ce
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class StorageNetworkIpRangeResponse extends BaseResponse {
@SerializedName(ApiConstants.NETMASK) @Param(description="the netmask of the storage network IP range")
private String netmask;
public void setUuid(String uuId) {
public void setUuid(String uuid) {
this.uuid = uuid;
}