mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Javadoc Fixes
This commit is contained in:
parent
9a470a9dc7
commit
ebde7cd6d2
659 changed files with 1690 additions and 3968 deletions
|
@ -27,7 +27,7 @@ public interface ExceptionalCallback<E extends Exception> {
|
|||
/**
|
||||
* The method that will be called
|
||||
*
|
||||
* @throws Exception if the call throws an exception
|
||||
* @throws E if the call throws an exception
|
||||
*/
|
||||
public void call() throws E;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue