Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr/gitroot/simgrid/simgrid
[simgrid.git] / src / bindings / java / org / simgrid / msg / As.java
index 35248f8..16c6889 100644 (file)
@@ -13,6 +13,7 @@ public class As {
        protected As() {
        };
 
+       @Override
        public String toString (){
                return this.getName(); 
        }
@@ -22,8 +23,6 @@ public class As {
 
        public native String getProperty(String name);
 
-       public native String getModel();
-
        public native Host[] getHosts();
 
        /**