Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Add @deprecated in javadoc.
[simgrid.git] / src / bindings / java / org / simgrid / msg / Mutex.java
index b7d9f5c..e23d1fc 100644 (file)
@@ -18,6 +18,7 @@ public class Mutex {
                init();
        }
 
+       /** @deprecated (from Java9 onwards) */
        @Deprecated @Override
        protected void finalize() throws Throwable {
                nativeFinalize();