mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
shorten CachedValue access stack traces a bit
This commit is contained in:
@@ -58,12 +58,6 @@ public abstract class PsiCachedValue<T> extends CachedValueBase<T> {
|
||||
o == PsiModificationTracker.JAVA_STRUCTURE_MODIFICATION_COUNT;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
protected <P> T getValueWithLock(P param) {
|
||||
return super.getValueWithLock(param);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isUpToDate(@NotNull Data data) {
|
||||
return !myManager.isDisposed() && super.isUpToDate(data);
|
||||
|
||||
Reference in New Issue
Block a user