mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Fix javadoc typo
PiperOrigin-RevId: 306431216
This commit is contained in:
parent
6a491e1294
commit
edc25ddc8d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import javax.annotation.meta.TypeQualifierDefault;
|
|||
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.
|
||||
*/
|
||||
@Nonnull(when = When.UNKNOWN)
|
||||
|
|
|
|||
Loading…
Reference in a new issue