src/java.base/share/classes/java/lang/Class.java
changeset 55337 ae3dbc712839
parent 54952 a978d86ac389
child 55582 12cb0fb3b425
--- a/src/java.base/share/classes/java/lang/Class.java	Tue Jun 11 16:31:37 2019 -0700
+++ b/src/java.base/share/classes/java/lang/Class.java	Tue Jun 11 17:20:51 2019 -0700
@@ -917,7 +917,7 @@
      *
      * <p>If the superclass is a parameterized type, the {@code Type}
      * object returned must accurately reflect the actual type
-     * parameters used in the source code. The parameterized type
+     * arguments used in the source code. The parameterized type
      * representing the superclass is created if it had not been
      * created before. See the declaration of {@link
      * java.lang.reflect.ParameterizedType ParameterizedType} for the
@@ -1097,7 +1097,7 @@
      *
      * <p>If a superinterface is a parameterized type, the
      * {@code Type} object returned for it must accurately reflect
-     * the actual type parameters used in the source code. The
+     * the actual type arguments used in the source code. The
      * parameterized type representing each superinterface is created
      * if it had not been created before. See the declaration of
      * {@link java.lang.reflect.ParameterizedType ParameterizedType}