Mark sourceImage as Nullable

This commit is contained in:
Mahmoud Ismail 2018-10-16 12:19:06 +02:00 committed by Ignasi Barrera
parent cc65957997
commit f7b83f4563
1 changed files with 1 additions and 1 deletions

View File

@ -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();