mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Safer dropping caches in ExternalAnnotationsManager.
This commit is contained in:
@@ -262,6 +262,8 @@ public abstract class BaseExternalAnnotationsManager extends ExternalAnnotations
|
||||
}
|
||||
|
||||
protected void dropCache() {
|
||||
myExternalAnnotations.clear();
|
||||
annotationsFileToDataAndModificationStamp.clear();
|
||||
cache.clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user