mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
initial value of ourAlwaysAllow must be unknown
GitOrigin-RevId: 62eb5b65cb21623a24c375218c83e126e69c0580
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0f206afa30
commit
1fd43994a1
@@ -31,7 +31,7 @@ public final class SlowOperations {
|
||||
"org.jetbrains.kotlin.idea.codeInsight.KotlinCopyPasteReferenceProcessor",
|
||||
"com.intellij.apiwatcher.plugin.presentation.bytecode.UsageHighlighter",
|
||||
};
|
||||
private static int ourAlwaysAllow;
|
||||
private static int ourAlwaysAllow = -1;
|
||||
private static Frame ourStack;
|
||||
|
||||
private SlowOperations() {}
|
||||
|
||||
Reference in New Issue
Block a user