diff --git a/src/j1/TestThread.java b/src/j1/TestThread.java index 840a328..b4699c6 100644 --- a/src/j1/TestThread.java +++ b/src/j1/TestThread.java @@ -5,7 +5,7 @@ public static void main(String[] args){ System.out.print("TestThread started."); - MyThread mt1 = new MyThread("1 ", 1300); + MyThread mt1 = new MyThread("5 ", 5600); MyThread mt2 = new MyThread("2 ", 2900); mt1.start();