Repository: jclouds Updated Branches: refs/heads/1.8.x 8245f6fd3 -> ad36e05aa
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/ad36e05a Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/ad36e05a Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/ad36e05a Branch: refs/heads/1.8.x Commit: ad36e05aa3e23e06a813958d5f676692ea86d7d9 Parents: 8245f6f Author: Adrian Cole <[email protected]> Authored: Sun Nov 2 08:08:28 2014 -0800 Committer: Adrian Cole <[email protected]> Committed: Sun Nov 2 08:08:28 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/ad36e05a/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); * }
