mirror of
https://github.com/processing/processing4.git
synced 2026-02-01 12:51:37 +01:00
Fix code sniff for java mode.
This commit is contained in:
@@ -448,4 +448,9 @@ public class ParserTests {
|
||||
expectGood("staticclass");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testCustomRootClass() {
|
||||
expectGood("customrootclass");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user