X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e37c1e4bba9bb89cd2842f08cde998eb7f941d04..e2003d622b6b961020a60265f2b03b427afaeb4b:/examples/java/master_slave_kill/Slave.java?ds=sidebyside diff --git a/examples/java/master_slave_kill/Slave.java b/examples/java/master_slave_kill/Slave.java index e52dd93733..ab99898d82 100644 --- a/examples/java/master_slave_kill/Slave.java +++ b/examples/java/master_slave_kill/Slave.java @@ -1,9 +1,9 @@ -/* - * Copyright 2006-2012. The SimGrid Team. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. - */ +/* Copyright (c) 2006-2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + package master_slave_kill; import org.simgrid.msg.HostFailureException; import org.simgrid.msg.HostNotFoundException; @@ -27,9 +27,8 @@ public class Slave extends Process { Msg.info("Send Mail1!"); task.send("mail1"); - Task task2; try { - task2 = Task.receive("mail2"); + Task.receive("mail2"); } catch (MsgException e) { Msg.debug("Received failed"); return;