Updating JavaDoc tag to @code instead of @link.

This commit is contained in:
Joel Leitch 2009-10-09 03:03:04 +00:00
parent e37add7836
commit 282ef30280

View File

@ -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