X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7e71fb2465e221c39ce004c598388d89cc7f968e..f05e8a7b58cbae2db891cc40866a25efba639ec8:/examples/java/comm_time/Master.java diff --git a/examples/java/comm_time/Master.java b/examples/java/comm_time/Master.java index 7f3b5c725b..38ca35b522 100644 --- a/examples/java/comm_time/Master.java +++ b/examples/java/comm_time/Master.java @@ -10,7 +10,7 @@ import simgrid.msg.*; public class Master extends simgrid.msg.Process { - public void main(String[] args) throws JniException, NativeException { + public void main(String[] args) throws NativeException { if (args.length < 4) { Msg.info("Master needs 4 arguments"); System.exit(1);