mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-10 09:13:58 -09:00
GP-0: Fixing javadoc
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user