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:
Tomasz Linkowski
2019-03-09 16:46:15 +01:00
committed by Sam Brannen
parent b109f140a7
commit 8ddb1e7201

View File

@@ -36,7 +36,7 @@ import javax.annotation.meta.TypeQualifierDefault;
*
* @author Sebastien Deleuze
* @since 5.0
* @see NonNullFields
* @see NonNullApi
* @see Nullable
* @see NonNull
*/