Skip to content

Commit 3491c13

Browse files
author
Rafael Winterhalter
committed
Fixed reference error in javadoc.
1 parent 63019c4 commit 3491c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

byte-buddy-dep/src/main/java/net/bytebuddy/ByteBuddy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ public DynamicType.Builder<?> makeInterface(Iterable<? extends Class<?>> types)
453453
/**
454454
* Creates a dynamic type builder for an interface that extends a number of given interfaces.
455455
*
456-
* @param type The interface types to extend.
456+
* @param typeDescription Descriptions of the interface types to extend.
457457
* @return A dynamic type builder for this configuration that defines an interface that extends the specified
458458
* interfaces.
459459
*/

0 commit comments

Comments
 (0)