Repository: jclouds Updated Branches: refs/heads/master 45fd59f4b -> d8d7b130a
fixed javadoc typo. Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/d8d7b130 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/d8d7b130 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/d8d7b130 Branch: refs/heads/master Commit: d8d7b130a387a49e3f812e526fd17de1fd32d63e Parents: 45fd59f Author: Adrian Cole <[email protected]> Authored: Sun Nov 2 08:08:28 2014 -0800 Committer: Adrian Cole <[email protected]> Committed: Sun Nov 2 08:14:45 2014 -0800 ---------------------------------------------------------------------- core/src/main/java/org/jclouds/json/SerializedNames.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/d8d7b130/core/src/main/java/org/jclouds/json/SerializedNames.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/jclouds/json/SerializedNames.java b/core/src/main/java/org/jclouds/json/SerializedNames.java index b6dbb8f..c68ef59 100644 --- a/core/src/main/java/org/jclouds/json/SerializedNames.java +++ b/core/src/main/java/org/jclouds/json/SerializedNames.java @@ -34,7 +34,7 @@ import com.google.common.annotations.Beta; * abstract String id(); * @Nullable abstract Map<String, String> metadata(); * - * @AutoValueSerializedNames({ "Id", "Metadata" }) // Note case format is controlled here! + * @SerializedNames({ "Id", "Metadata" }) // Note case format is controlled here! * static Resource create(String id, Map<String, String> metadata) { * return new AutoValue_Resource(id, metadata); * }
