Skip to content

Commit 63c3546

Browse files
committed
Javadoc
1 parent e56ce0f commit 63c3546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,9 +1694,9 @@ public static Type unrollVariables(Map<TypeVariable<?>, Type> typeArguments, fin
16941694
}
16951695

16961696
/**
1697-
* Gets a {@link WildcardTypeBuilder}.
1697+
* Creates a new {@link WildcardTypeBuilder}.
16981698
*
1699-
* @return {@link WildcardTypeBuilder}
1699+
* @return a new {@link WildcardTypeBuilder}
17001700
* @since 3.2
17011701
*/
17021702
public static WildcardTypeBuilder wildcardType() {

0 commit comments

Comments
 (0)