Skip to content

Commit c75d59e

Browse files
committed
Renamed A File
1 parent fa2e54a commit c75d59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZZA_Thread.java renamed to Z_Z_A_Thread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ public void run() {
33
System.out.println("Hello");
44
}
55
}
6-
class ZZA_Thread {
6+
class Z_Z_A_Thread {
77
public static void main(String[ ] args) {
88
Thread t = new Thread(new Loader());
99
t.start();

0 commit comments

Comments
 (0)