From 282ef30280edd24547d586fc0c104e2b3506f63a Mon Sep 17 00:00:00 2001 From: Joel Leitch Date: Fri, 9 Oct 2009 03:03:04 +0000 Subject: [PATCH] Updating JavaDoc tag to @code instead of @link. --- gson/src/main/java/com/google/gson/FieldAttributes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gson/src/main/java/com/google/gson/FieldAttributes.java b/gson/src/main/java/com/google/gson/FieldAttributes.java index 76aa5e88..da41ce5f 100644 --- a/gson/src/main/java/com/google/gson/FieldAttributes.java +++ b/gson/src/main/java/com/google/gson/FieldAttributes.java @@ -90,7 +90,7 @@ final class FieldAttributes { } /** - * Return the T annotation object from this field if it exist; otherwise returns + * Return the {@code T} annotation object from this field if it exist; otherwise returns * {@code null}. * * @param annotation the class of the annotation that will be retrieved