mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GT-2376-b: fixing some bugs from internal users (gui shenanigans)
This commit is contained in:
parent
f57af0b730
commit
ea9e1c2dda
8 changed files with 10 additions and 11 deletions
|
@ -66,7 +66,7 @@ public interface TaskMonitor {
|
|||
* monitor being returned from the {@link TaskMonitorService} on the next
|
||||
* invocation.
|
||||
*/
|
||||
public default void reset() {
|
||||
public default void release() {
|
||||
synchronized (this) {
|
||||
setMessage("");
|
||||
setProgress(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue