X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..24904a5d2b3de5c5404f3817e5f01966cbd1a8d2:/src/bindings/java/org/simgrid/msg/Comm.java?ds=sidebyside diff --git a/src/bindings/java/org/simgrid/msg/Comm.java b/src/bindings/java/org/simgrid/msg/Comm.java index 2ea34c3223..99b889d2ef 100644 --- a/src/bindings/java/org/simgrid/msg/Comm.java +++ b/src/bindings/java/org/simgrid/msg/Comm.java @@ -6,10 +6,7 @@ package org.simgrid.msg; -/** - * Communication action, representing an ongoing communication - * between processes. - */ +/** Communication action, representing an ongoing communication between processes. */ public class Comm { /** Indicates if the communication is a receiving communication */ protected boolean receiving; @@ -33,6 +30,7 @@ public class Comm { } /** Destroy the C communication object, when the GC reclaims the java part. */ + @Override protected void finalize() throws Throwable{ nativeFinalize(); }