Skip to content

Commit 10c0563

Browse files
committed
simplify main class
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
1 parent cfd642d commit 10c0563

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ext/monitor/src/main/java/Main.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
/**
44
* @author ericchung
55
*/
6-
public class Main {
7-
static void main() {
8-
new MonitorApp().start();
9-
}
6+
void main() {
7+
new MonitorApp().start();
108
}

0 commit comments

Comments
 (0)