Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Mark deprecated method as "@Deprecated".
[simgrid.git] / src / bindings / java / org / simgrid / msg / Comm.java
index b6c6b15..2338380 100644 (file)
@@ -30,7 +30,7 @@ public class Comm {
 
        }
        /** Destroy the C communication object, when the GC reclaims the java part. */
-       @Override
+       @Deprecated @Override
        protected void finalize() throws Throwable{
                nativeFinalize();
        }