Skip to content

Commit da0df4e

Browse files
committed
update App2
1 parent 0bd8c6e commit da0df4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proj-demo/src/main/java/com/demo/App2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class App2 {
44

5-
public static void main(String[] args) throws InterruptedException {
5+
public static void main(String[] args) {
66
while (true) {
77
System.out.println(getGreeting());
88
}

0 commit comments

Comments
 (0)