CLOUDSTACK-7173

This commit is contained in:
Mike Tutkowski 2014-07-30 19:27:45 -06:00
parent 521b2840b2
commit b919da8a5c

View File

@ -55,11 +55,11 @@ public class VmWorkResizeVolume extends VmWork {
return newSize;
}
public long getNewMinIops() {
public Long getNewMinIops() {
return newMinIops;
}
public long getNewMaxIops() {
public Long getNewMaxIops() {
return newMaxIops;
}