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 c48a820e9eda2eea388571a1140f69ffacbea646..99b889d2efaf396199832bfb7cce17ff241a4987 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();
        }