Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar and override finalize methods
[simgrid.git] / src / bindings / java / org / simgrid / msg / Comm.java
index c48a820..99b889d 100644 (file)
@@ -30,6 +30,7 @@ public class Comm {
 
        }
        /** Destroy the C communication object, when the GC reclaims the java part. */
+       @Override
        protected void finalize() throws Throwable{
                nativeFinalize();
        }