X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/38b2573451a7eda5b5852652659b3fdbcc5dc3ce..a34cb2a5ff236dbff6ca5b627ec8856c46edc48b:/examples/master_slave_bypass/Master.java diff --git a/examples/master_slave_bypass/Master.java b/examples/master_slave_bypass/Master.java index 393d896da7..1b06544eb6 100644 --- a/examples/master_slave_bypass/Master.java +++ b/examples/master_slave_bypass/Master.java @@ -26,7 +26,7 @@ public class Master extends Process { //Create a slave on host "alice" try { Msg.info("Create process on host 'alice'"); - Slave process2 = new Slave("alice","process2"); + new Slave("alice","process2"); } catch (MsgException e){ System.out.println("Process2!");