TestOnlyInspection cleanup

This commit is contained in:
peter
2016-04-30 09:36:41 +02:00
parent cd691a17d5
commit 9c81bfb981
@@ -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);