Skip to content

Commit 458b0a6

Browse files
committed
Javadoc
1 parent 74e7fd1 commit 458b0a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)