Mark sourceImage as Nullable

This commit is contained in:
Mahmoud Ismail
2018-10-16 12:19:06 +02:00
committed by Ignasi Barrera
parent f60e3e4a57
commit 71dbce557d
@@ -35,7 +35,7 @@ public abstract class AttachDisk {
@Nullable public abstract Long diskSizeGb();
/** The {@link org.jclouds.googlecomputeengine.domain.Image#selfLink() source image}. */
public abstract URI sourceImage();
@Nullable public abstract URI sourceImage();
@Nullable public abstract URI diskType();