mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
fix case
This commit is contained in:
@@ -103,7 +103,7 @@ public class CanBeFinalTest extends InspectionTestCase {
|
||||
doTest(tool);
|
||||
}
|
||||
|
||||
public void testFieldNonInitializedUsedInClassInitializer() throws Exception {
|
||||
public void testfieldNonInitializedUsedInClassInitializer() throws Exception {
|
||||
CanBeFinalInspection tool = new CanBeFinalInspection();
|
||||
tool.REPORT_CLASSES = false;
|
||||
tool.REPORT_FIELDS = true;
|
||||
|
||||
Reference in New Issue
Block a user