mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-0: Fixing javadoc
This commit is contained in:
parent
fdf3676cc5
commit
ca8a5d9d0f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public interface Loader extends ExtensionPoint, Comparable<Loader> {
|
|||
* <p>
|
||||
* Note that when the load completes, the returned {@link Loaded} {@link DomainObject}s are not
|
||||
* saved to a project. That is the responsibility of the caller (see
|
||||
* {@link LoadResults#save(boolean, TaskMonitor)}).
|
||||
* {@link LoadResults#save(TaskMonitor)}).
|
||||
* <p>
|
||||
* It is also the responsibility of the caller to close the returned {@link Loaded}
|
||||
* {@link DomainObject}s with {@link LoadResults#close()} when they are no longer needed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue