exo2: Fix and simplify the introspection.
[Project_POO.git] / exo3 / Entiers.java
index 0d8caa1fd040d27aa4e90cfe4760bad56ab97676..6aa27d55c178b19f182f5d9af46ef017186a5c6a 100644 (file)
@@ -20,7 +20,7 @@ public class Entiers {
         return current_size;
     }
 
-    public Entiers(int size) {
+    Entiers(int size) {
         int_array = new int[size];
         setSize(size);
         setCurrentSize(0);