mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
LSP-390 BytecodeAnalysisGist: tiny Javadoc improvement
GitOrigin-RevId: 2e7428358948d24fd85ccb9fd7c6325ede426255
This commit is contained in:
committed by
intellij-monorepo-bot
parent
08e1fb3327
commit
527e4b4d8c
+1
-1
@@ -10,7 +10,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* Holds the {@link VirtualFileGist} for bytecode analysis.
|
||||
* Holds the {@link VirtualFileGist} for caching bytecode analysis results.
|
||||
* <p>
|
||||
* This is a separate service to avoid accessing {@link GistManager} during static class initialization of {@link ClassDataIndexer},
|
||||
* which violates platform rules (class initialization must not depend on services).
|
||||
|
||||
Reference in New Issue
Block a user