X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7e71fb2465e221c39ce004c598388d89cc7f968e..f05e8a7b58cbae2db891cc40866a25efba639ec8:/examples/java/suspend/SuspendTest.java diff --git a/examples/java/suspend/SuspendTest.java b/examples/java/suspend/SuspendTest.java index 4a4cbffc59..60acfd160a 100644 --- a/examples/java/suspend/SuspendTest.java +++ b/examples/java/suspend/SuspendTest.java @@ -13,7 +13,7 @@ import simgrid.msg.*; public class SuspendTest { - public static void main(String[] args) throws JniException, NativeException { + public static void main(String[] args) throws NativeException { /* initialize the MSG simulation. Must be done before anything else (even logging). */ Msg.init(args);