This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
commit 458b0a66ed80c44ce23fed2ef013264ec6950c01 Author: Gary Gregory <[email protected]> AuthorDate: Wed Dec 31 17:12:08 2025 -0500 Javadoc --- src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java b/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java index c894654c9..ee045ab1c 100644 --- a/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java +++ b/src/main/java/org/apache/commons/lang3/reflect/TypeUtils.java @@ -55,7 +55,7 @@ private static final class GenericArrayTypeImpl implements GenericArrayType { private final Type componentType; /** - * Constructor + * Constructs a new instance. * * @param componentType of this array type. */ @@ -107,7 +107,7 @@ private static final class ParameterizedTypeImpl implements ParameterizedType { private final Type[] typeArguments; /** - * Constructor + * Constructs a new instance. * * @param rawClass type. * @param useOwner owner type to use, if any. @@ -229,7 +229,7 @@ private static final class WildcardTypeImpl implements WildcardType { private final Type[] lowerBounds; /** - * Constructor + * Constructs a new instance. * * @param upperBounds of this type. * @param lowerBounds of this type.
