Update pp.A1-CondPhilosophers/src/main/java/pp/Philosopher.java

Test-SJ
Shahnam Javidnia 2025-05-03 16:16:55 +02:00
parent 26ec95c75b
commit 5761ad257a
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class Philosopher extends Thread implements IPhilosopher {
}
}
// Gibt zurück, ob dieser Philosoph aktuell isst wichtig für die Nachbarn.
// Gibt zurück, ob dieser Philosoph aktuell isst wichtig für die Nachbarn.
// public boolean isEating() {
// return eating;
// }