geändert

main
Kai Sellmann 2024-10-15 21:37:41 +02:00
parent e8f383de8c
commit 5edbe0efd7
1 changed files with 1 additions and 0 deletions

View File

@ -11,4 +11,5 @@ public class ThreadAuslesen {
System.out.println("Prio: " + self.getPriority());
System.out.println("ID: " + self.threadId());
}
}