Skip to content

Commit

Permalink
Merge pull request #1391 from rgkirch/patch-1
Browse files Browse the repository at this point in the history
Update Callback.java
  • Loading branch information
matthiasblaesing committed Oct 21, 2021
2 parents 203fc1f + 2ef5f2c commit eba2e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/sun/jna/Callback.java
Expand Up @@ -49,7 +49,7 @@ interface UncaughtExceptionHandler {
*/
void uncaughtException(Callback c, Throwable e);
}
/** You must this method name if your callback interface has multiple
/** You must use this method name if your callback interface has multiple
public methods. Typically a callback will have only one such
method, in which case any method name may be used, with the exception
of those in {@link #FORBIDDEN_NAMES}.
Expand Down

0 comments on commit eba2e47

Please sign in to comment.