8218022: Repeated words typos in java.base

Reviewed-by: alanb, lancea, mchung
This commit is contained in:
Andrey Turbanov 2019-01-30 00:24:32 +00:00 committed by Pavel Rappo
parent 150a6a95d0
commit cfeb359800
22 changed files with 49 additions and 49 deletions

View file

@ -2160,7 +2160,7 @@ public abstract class VarHandle implements Constable {
* Construct a {@linkplain VarHandleDesc} given a kind, name, and declaring
* class.
*
* @param kind the kind of of the var handle
* @param kind the kind of the var handle
* @param name the unqualified name of the field, for field var handles; otherwise ignored
* @param declaringClass a {@link ClassDesc} describing the declaring class,
* for field var handles
@ -2217,7 +2217,7 @@ public abstract class VarHandle implements Constable {
/**
* Returns a {@linkplain VarHandleDesc} corresponding to a {@link VarHandle}
* for for an array type.
* for an array type.
*
* @param arrayClass a {@link ClassDesc} describing the type of the array
* @return the {@linkplain VarHandleDesc}