X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/94ca11acf4942d6c7f54c452e1dfe5c054e5381f..8f40bcc6ebbd357b82f7a10584daef769922c482:/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;