DaanHoogland commented on a change in pull request #3170: NotImplemented as a
local exception
URL: https://github.com/apache/cloudstack/pull/3170#discussion_r255496081
##########
File path:
plugins/hypervisors/kvm/src/main/java/org/apache/cloudstack/utils/qemu/QemuImg.java
##########
@@ -399,4 +397,9 @@ public void resize(final QemuImgFile file, final long
size, final boolean delta)
public void resize(final QemuImgFile file, final long size) throws
QemuImgException {
this.resize(file, size, false);
}
+
+ static class NotImplementedProvisioningTypeException extends
RuntimeException {
+ }
}
+
+;
Review comment:
of course, sorry
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services