mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
do not upper case
This commit is contained in:
@@ -49,7 +49,7 @@ public class UnusedDeclarationTest extends InspectionTestCase {
|
||||
myTool.ADD_NONJAVA_TO_ENTRIES = old;
|
||||
}
|
||||
|
||||
public void testUIFormUsage() throws Exception {
|
||||
public void testFormUsage() throws Exception {
|
||||
boolean old = myTool.ADD_NONJAVA_TO_ENTRIES;
|
||||
myTool.ADD_NONJAVA_TO_ENTRIES = false;
|
||||
doTest();
|
||||
|
||||
Reference in New Issue
Block a user