You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VolumeProduct has seen its getVolumeSize() being deprecated recently in favour of newly added getMinVolumeSize() and getMaxVolumeSize(), however the class still only provides factory methods initialising the volumeSize field and not the other two. This causes confusion and errors.
VolumeProduct
has seen itsgetVolumeSize()
being deprecated recently in favour of newly addedgetMinVolumeSize()
andgetMaxVolumeSize()
, however the class still only provides factory methods initialising thevolumeSize
field and not the other two. This causes confusion and errors.https://github.com/dasein-cloud/dasein-cloud-core/blob/master/src/main/java/org/dasein/cloud/compute/VolumeProduct.java
The text was updated successfully, but these errors were encountered: