File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/apache/commons/lang3/reflect Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ private static final class GenericArrayTypeImpl implements GenericArrayType {
5555 private final Type componentType ;
5656
5757 /**
58- * Constructor
58+ * Constructs a new instance.
5959 *
6060 * @param componentType of this array type.
6161 */
@@ -107,7 +107,7 @@ private static final class ParameterizedTypeImpl implements ParameterizedType {
107107 private final Type [] typeArguments ;
108108
109109 /**
110- * Constructor
110+ * Constructs a new instance.
111111 *
112112 * @param rawClass type.
113113 * @param useOwner owner type to use, if any.
@@ -229,7 +229,7 @@ private static final class WildcardTypeImpl implements WildcardType {
229229 private final Type [] lowerBounds ;
230230
231231 /**
232- * Constructor
232+ * Constructs a new instance.
233233 *
234234 * @param upperBounds of this type.
235235 * @param lowerBounds of this type.
You can’t perform that action at this time.
0 commit comments