We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9237b34 commit f5e70e3Copy full SHA for f5e70e3
validation/advanced-tests/src/eb/EBTwoTrackTest.java
@@ -89,7 +89,7 @@ void assertEquals(String msg, int a, int b) {
89
}
90
91
92
- public void main() {
+ public static void main(String[] args) {
93
String fileName=System.getProperty("INPUTFILE");
94
File file = new File(fileName);
95
if (!file.exists() || file.isDirectory()) {
0 commit comments