Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Add @deprecated in javadoc.
[simgrid.git] / src / bindings / java / org / simgrid / msg / Semaphore.java
index 7811aed..c348bd4 100644 (file)
@@ -66,7 +66,10 @@ public class Semaphore {
        }
 
 
-       /** Deletes this semaphore when the GC reclaims it */
+       /**
+        * Deletes this semaphore when the GC reclaims it
+        * @deprecated (from Java9 onwards)
+        */
        @Deprecated @Override
        protected void finalize() throws Throwable {
                nativeFinalize();