Commit edc25ddc by aquilescanta Committed by Ian Baker

Fix javadoc typo

PiperOrigin-RevId: 306431216
parent 6a491e12
...@@ -23,7 +23,7 @@ import javax.annotation.meta.TypeQualifierDefault; ...@@ -23,7 +23,7 @@ import javax.annotation.meta.TypeQualifierDefault;
import javax.annotation.meta.When; import javax.annotation.meta.When;
/** /**
* Annotation for specifiying unknown nullness. Useful for clearing the effects of an automatically * Annotation for specifying unknown nullness. Useful for clearing the effects of an automatically
* propagated {@link Nonnull} annotation. * propagated {@link Nonnull} annotation.
*/ */
@Nonnull(when = When.UNKNOWN) @Nonnull(when = When.UNKNOWN)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment