panagiota.koltsida 2013-03-01 12:13:02 +00:00
parent dd4f078818
commit e0aa88eabd
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ class Notifier {
public void waitNotification() throws InterruptedException public void waitNotification() throws InterruptedException
{ {
sem.acquire(); sem.acquire();
logger.info("\n\njust woke up!!!\n\n");
} }
public void notifyAllWaiting() throws InterruptedException public void notifyAllWaiting() throws InterruptedException