Skip to content

Commit

Permalink
Remove illegal type param in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Apr 2, 2024
1 parent caa0ea9 commit 3d15d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/headius/invokebinder/Binder.java
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ public MethodHandle invokeSpecial(MethodHandles.Lookup lookup, String name, Clas
}

/**
* Same as {@link #invokeSpecial(MethodHandles.Lookup, String, Class<?>)} but using the default lookup for this
* Same as {@link #invokeSpecial(MethodHandles.Lookup, String, Class)} but using the default lookup for this
* binder.
*/
public MethodHandle invokeSpecial(String name, Class<?> caller) throws NoSuchMethodException, IllegalAccessException {
Expand Down

0 comments on commit 3d15d89

Please sign in to comment.