X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b374f6de127cc631c673ea4679bc1a8654c31577..41e5bea5402fc0238734a6c40294648ccd37d571:/examples/java/ping_pong/PingPongTest.java diff --git a/examples/java/ping_pong/PingPongTest.java b/examples/java/ping_pong/PingPongTest.java index c92750bfb8..48c86b13b0 100644 --- a/examples/java/ping_pong/PingPongTest.java +++ b/examples/java/ping_pong/PingPongTest.java @@ -17,7 +17,7 @@ public class PingPongTest { * which also contains such a launcher */ - 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);