mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
more usages-friendly method name
This commit is contained in:
@@ -999,7 +999,7 @@ public class LookupImpl extends LightweightHint implements Lookup, Disposable {
|
||||
myPreselectedItem = null;
|
||||
}
|
||||
|
||||
boolean isDisposed() {
|
||||
public boolean isLookupDisposed() {
|
||||
return myDisposed;
|
||||
}
|
||||
|
||||
|
||||
@@ -156,7 +156,7 @@ public class LookupManagerImpl extends LookupManager {
|
||||
daemonCodeAnalyzer.setUpdateByTimerEnabled(previousUpdate);
|
||||
}
|
||||
if (myActiveLookup == null) return;
|
||||
LOG.assertTrue(myActiveLookup.isDisposed());
|
||||
LOG.assertTrue(myActiveLookup.isLookupDisposed());
|
||||
myActiveLookup.removeLookupListener(this);
|
||||
Lookup lookup = myActiveLookup;
|
||||
myActiveLookup = null;
|
||||
|
||||
Reference in New Issue
Block a user