Fix typo in javadoc

This commit is contained in:
Per Lundberg 2022-02-04 14:16:51 +02:00 committed by GitHub
parent ac6a63dab2
commit 91e20f4d2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Signifies that a API (public class, method or field) is internal and subject
* Signifies that an API (public class, method or field) is internal and subject
* to incompatible changes, or even removal, in a future release. An API bearing
* this annotation is exempt from any compatibility guarantees made by its
* containing library.