Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
modifiers in right order
[simgrid.git] / src / bindings / java / org / simgrid / msg / As.java
index 35248f8..92ee06b 100644 (file)
@@ -10,9 +10,9 @@ public class As {
 
        private long bind;
 
-       protected As() {
-       };
+       protected As() {}
 
+       @Override
        public String toString (){
                return this.getName(); 
        }
@@ -22,8 +22,6 @@ public class As {
 
        public native String getProperty(String name);
 
-       public native String getModel();
-
        public native Host[] getHosts();
 
        /**