GT-2376-b: fixing some bugs from internal users (gui shenanigans)

This commit is contained in:
adamopolous 2019-05-09 12:39:39 -04:00
parent f57af0b730
commit ea9e1c2dda
8 changed files with 10 additions and 11 deletions

View file

@ -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);