Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / src / bindings / java / org / simgrid / msg / Mutex.java
index 7f0c268..f3d9c47 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2018. The SimGrid Team.
+/* Copyright (c) 2012-2021. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -18,7 +18,8 @@ public class Mutex {
                init();
        }
 
-       @Override
+       /** @deprecated (from Java9 onwards) */
+       @Deprecated @Override
        protected void finalize() throws Throwable {
                nativeFinalize();
        }