src/java.base/share/classes/java/lang/invoke/VarHandle.java
changeset 53563 a4b7ea85d668
parent 53284 a995647f4911
child 54206 003cc64366da
--- a/src/java.base/share/classes/java/lang/invoke/VarHandle.java	Tue Jan 29 15:13:35 2019 -0800
+++ b/src/java.base/share/classes/java/lang/invoke/VarHandle.java	Wed Jan 30 00:24:32 2019 +0000
@@ -2160,7 +2160,7 @@
          * 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 @@
 
         /**
          * 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}