Repository: jclouds
Updated Branches:
  refs/heads/2.1.x 9705aa7fb -> e9f29f35e


Fix GCE live tests


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/e9f29f35
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/e9f29f35
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/e9f29f35

Branch: refs/heads/2.1.x
Commit: e9f29f35e7788c339cdee8f075c78713b1e00a40
Parents: 9705aa7
Author: Ignasi Barrera <[email protected]>
Authored: Wed Jul 4 15:56:19 2018 +0200
Committer: Ignasi Barrera <[email protected]>
Committed: Wed Jul 4 16:54:59 2018 +0200

----------------------------------------------------------------------
 .../main/java/org/jclouds/googlecomputeengine/domain/DiskType.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/e9f29f35/providers/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/domain/DiskType.java
----------------------------------------------------------------------
diff --git 
a/providers/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/domain/DiskType.java
 
b/providers/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/domain/DiskType.java
index e1c3fc3..f246cae 100644
--- 
a/providers/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/domain/DiskType.java
+++ 
b/providers/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/domain/DiskType.java
@@ -38,7 +38,7 @@ public abstract class DiskType {
 
    @Nullable public abstract Deprecated deprecated();
 
-   public abstract URI zone();
+   @Nullable public abstract URI zone();
 
    public abstract URI selfLink();
 

Reply via email to