NoIssue: More minimalistic main
This commit is contained in:
@@ -5,7 +5,7 @@ import org.apache.logging.log4j.LogManager;
|
||||
import org.apache.logging.log4j.Logger;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) throws Exception {
|
||||
static void main() throws Exception {
|
||||
new Main();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user