Repository: jclouds-labs-google Updated Branches: refs/heads/1.9.x c0939422e -> 174adce09
Fixed typo Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/commit/174adce0 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/tree/174adce0 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/diff/174adce0 Branch: refs/heads/1.9.x Commit: 174adce09df162a9de9c51af385cf53885e2b9ea Parents: c093942 Author: rand0m86 <[email protected]> Authored: Thu Jul 16 13:19:48 2015 +0300 Committer: Ignasi Barrera <[email protected]> Committed: Thu Jul 16 12:55:30 2015 +0200 ---------------------------------------------------------------------- .../java/org/jclouds/googlecomputeengine/domain/Deprecated.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs-google/blob/174adce0/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/domain/Deprecated.java ---------------------------------------------------------------------- diff --git a/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/domain/Deprecated.java b/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/domain/Deprecated.java index 77077df..4bc747d 100644 --- a/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/domain/Deprecated.java +++ b/google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/domain/Deprecated.java @@ -30,7 +30,7 @@ public abstract class Deprecated { public enum State{ DELETED, DEPRECATED, - OBSELETE; + OBSOLETE; } /** The deprecation state of this image. */
