diff --git a/Chapter11/Creating_a_Thread_annotated.java b/Chapter11/Creating_a_Thread_annotated.java index abe09f2..6b97a51 100644 --- a/Chapter11/Creating_a_Thread_annotated.java +++ b/Chapter11/Creating_a_Thread_annotated.java @@ -17,6 +17,9 @@ public static void main(String[] args) { // To create another thread from within the main thread, construct a MyThread object first. + + Thread newtThread = new Thread(); +// newtThread.setContextClassLoader(myThread2023); }