X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/120ccccaa823e43ad226caa1e22198f3ffff9f47..0424e24e1f270b3c65b20e994079679b18be3eb8:/examples/java/async/yield/Main.java diff --git a/examples/java/async/yield/Main.java b/examples/java/async/yield/Main.java index d4c9bea863..6e044a5f79 100644 --- a/examples/java/async/yield/Main.java +++ b/examples/java/async/yield/Main.java @@ -11,10 +11,9 @@ package async.yield; * and has nothing to do at the end as with Task.isend() where it must do a Comm.wait(). */ -import org.simgrid.msg.Msg; import org.simgrid.msg.Host; -import org.simgrid.msg.NativeException; import org.simgrid.msg.HostNotFoundException; +import org.simgrid.msg.Msg; class Main { private Main() { @@ -22,7 +21,7 @@ class Main { throw new IllegalAccessError("Utility class"); } - public static void main(String[] args) throws NativeException, HostNotFoundException { + public static void main(String[] args) throws HostNotFoundException { Msg.init(args); String platform = "../platforms/small_platform.xml";