Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://github.com/mpoquet/simgrid
[simgrid.git] / src / bindings / java / org / simgrid / msg / As.java
index 40b68dc..92ee06b 100644 (file)
@@ -10,9 +10,9 @@ public class As {
 
        private long bind;
 
-       protected As() {
-       };
+       protected As() {}
 
+       @Override
        public String toString (){
                return this.getName(); 
        }