Code cleanups.
[TD_SR.git] / TD1 / exo3 / BufferCirc.java
index 45710851abd01031ba4f05516ddf75b86c1ffd5e..91c458bc18894aced8aff2ecfd23af8e53847a69 100644 (file)
@@ -34,7 +34,6 @@ public class BufferCirc {
                        try {
                                System.out.println("Buffer is full: " + Thread.currentThread().getName()
                                     + " is waiting, size: " + nbObj);
-
                                wait();
                        }
                        catch (InterruptedException e) {}