mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8200381: Typos in javadoc - missing verb "be" and alike
Reviewed-by: lancea, darcy, wetmore
This commit is contained in:
parent
c7e3654a5c
commit
2ae27da3bc
12 changed files with 17 additions and 18 deletions
|
@ -100,7 +100,7 @@ import static java.lang.invoke.MethodHandleStatics.newInternalError;
|
|||
* is {@code String}. The access mode type for {@code compareAndSet} on this
|
||||
* VarHandle instance would be
|
||||
* {@code (String[] c1, int c2, String expectedValue, String newValue)boolean}.
|
||||
* Such a VarHandle instance may produced by the
|
||||
* Such a VarHandle instance may be produced by the
|
||||
* {@link MethodHandles#arrayElementVarHandle(Class) array factory method} and
|
||||
* access array elements as follows:
|
||||
* <pre> {@code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue