mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
TestOnlyInspection cleanup
This commit is contained in:
-1
@@ -100,7 +100,6 @@ public class TestOnlyInspection extends BaseJavaBatchLocalInspectionTool {
|
||||
if (JavaResolveUtil.isAccessible(member, member.getContainingClass(), modList, reference, null, null)) {
|
||||
return;
|
||||
}
|
||||
int a = 1;
|
||||
}
|
||||
|
||||
reportProblem(reference, member, h);
|
||||
|
||||
Reference in New Issue
Block a user