calling start() (#13417)

This commit is contained in:
Ulisses Lima
2023-02-02 18:43:55 -03:00
committed by GitHub
parent 8c9e26a933
commit 13d4258e67

View File

@@ -9,5 +9,6 @@ public class AnonymousClassExample{
System.out.println("Thread: "+Thread.currentThread().getName()+" started");
}
});
t1.start();
}
}