mirror of
https://github.com/apache/jclouds.git
synced 2026-08-07 04:37:06 +00:00
Mark sourceImage as Nullable
This commit is contained in:
committed by
Ignasi Barrera
parent
f60e3e4a57
commit
71dbce557d
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user