Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
modifiers in right order
[simgrid.git] / src / bindings / java / org / simgrid / msg / File.java
index b1f13f9..e37b1f4 100644 (file)
@@ -7,9 +7,9 @@
 package org.simgrid.msg;
 
 public class File {
-       public final int SEEK_SET = 0;
-       public final int SEEK_CUR = 1;
-       public final int SEEK_END = 2;
+       public static final int SEEK_SET = 0;
+       public static final int SEEK_CUR = 1;
+       public static final int SEEK_END = 2;
        /**
         * Represents the bind between the java comm and the
         * native C comm. You must never access it, since it is