Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar and override finalize methods
[simgrid.git] / src / bindings / java / org / simgrid / msg / Semaphore.java
index 4f23563..45ffb69 100644 (file)
@@ -67,6 +67,7 @@ public class Semaphore {
 
 
        /** Deletes this semaphore when the GC reclaims it */
+       @Override
        protected void finalize() throws Throwable {
                nativeFinalize();
        }