We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63019c4 commit 3491c13Copy full SHA for 3491c13
byte-buddy-dep/src/main/java/net/bytebuddy/ByteBuddy.java
@@ -453,7 +453,7 @@ public DynamicType.Builder<?> makeInterface(Iterable<? extends Class<?>> types)
453
/**
454
* Creates a dynamic type builder for an interface that extends a number of given interfaces.
455
*
456
- * @param type The interface types to extend.
+ * @param typeDescription Descriptions of the interface types to extend.
457
* @return A dynamic type builder for this configuration that defines an interface that extends the specified
458
* interfaces.
459
*/
0 commit comments