Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make bind atributes private (we don't want users to mess with it)
[simgrid.git] / org / simgrid / msg / File.java
index 0f85eb4..d5af208 100644 (file)
@@ -15,7 +15,7 @@ public class File {
         * native C comm. You must never access it, since it is 
         * automatically set.
         */
-       public long bind = 0;
+       private long bind = 0;
        /**
         * Constructor, opens the file.
         * @param storage is the name where you can find the stream