Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make MSG_process_yield visible from java, and test it
[simgrid.git] / src / bindings / java / org / simgrid / msg / Mutex.java
index 80f013b..5812dfa 100644 (file)
@@ -18,7 +18,7 @@ public class Mutex {
                init();
        }
 
-       protected void finalize() throws Throwable{
+       protected void finalize() throws Throwable {
                nativeFinalize();
        }
        private native void nativeFinalize();