TD1: Refactor the client side code.
[TD_SR.git] / TD1 / exo3 / Main.java
index 9b34b058db0f9bd0478733db82f6c3a4061e2064..4aa4e1a5e2831de36d256acc3c86ad23dce8cce1 100644 (file)
@@ -6,7 +6,7 @@ public class Main {
 
 
        public static void main (String[] args) {
-               //FIXME: Implement the args parsing to set this tree values dynamically
+               //FIXME: Implement the args parsing to set the three values dynamically
                final int BUFFER_SIZE = 1;
                final int PROD_NUMBER = 20;
                final int CONS_NUMBER = 20;