calling start() (#13417)
This commit is contained in:
parent
5f1cc6ddba
commit
98560f9d93
|
@ -9,5 +9,6 @@ public class AnonymousClassExample{
|
||||||
System.out.println("Thread: "+Thread.currentThread().getName()+" started");
|
System.out.println("Thread: "+Thread.currentThread().getName()+" started");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
t1.start();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue