Update pp.A1-CondPhilosophers/src/main/java/pp/Philosopher.java
parent
26ec95c75b
commit
5761ad257a
|
@ -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() {
|
// public boolean isEating() {
|
||||||
// return eating;
|
// return eating;
|
||||||
// }
|
// }
|
||||||
|
|
Loading…
Reference in New Issue