Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar and override finalize methods
[simgrid.git] / src / bindings / java / org / simgrid / msg / Mutex.java
index 5812dfa..77a72ca 100644 (file)
@@ -18,6 +18,7 @@ public class Mutex {
                init();
        }
 
+       @Override
        protected void finalize() throws Throwable {
                nativeFinalize();
        }