Fix a typo in @NonNullFields
Prior to this commit, `@NonNullFields` had a redundant `@see NonNullFields` declaration instead of `@see NonNullApi` in its JavaDoc. Closes gh-22553
This commit is contained in:
committed by
Sam Brannen
parent
b109f140a7
commit
8ddb1e7201
@@ -36,7 +36,7 @@ import javax.annotation.meta.TypeQualifierDefault;
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
* @since 5.0
|
||||
* @see NonNullFields
|
||||
* @see NonNullApi
|
||||
* @see Nullable
|
||||
* @see NonNull
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user