mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 16:36:56 +07:00
fix JdlUnknownOptionInspection visibility
GitOrigin-RevId: 90002003fb28534511d998c7f7f90e89e88d7c0d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
528425a1b9
commit
deff46af4b
@@ -34,7 +34,7 @@ import java.util.List;
|
||||
* Important note: please update PyFindUsagesHandlerFactory#proxy on any changes here.
|
||||
*/
|
||||
public class PyModuleFindUsagesHandler extends PyFindUsagesHandler {
|
||||
final PsiFileSystemItem myElement;
|
||||
protected final PsiFileSystemItem myElement;
|
||||
|
||||
protected PyModuleFindUsagesHandler(@NotNull PsiFileSystemItem file) {
|
||||
super(file);
|
||||
|
||||
Reference in New Issue
Block a user