Merge pull request #12990 from perlun/patch-1

Fix typo in javadoc
This commit is contained in:
Lukas Eder 2022-02-04 14:54:18 +01:00 committed by GitHub
commit 9ddf8e96c3
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.