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