X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e9c0448c6566825b170b98ecff716b098bda10e..c57842fe897f53b46f0be3da87f7c996674be7d6:/examples/scala/master_slave_bypass/Slave.scala diff --git a/examples/scala/master_slave_bypass/Slave.scala b/examples/scala/master_slave_bypass/Slave.scala index 1f97463375..ab595be30d 100644 --- a/examples/scala/master_slave_bypass/Slave.scala +++ b/examples/scala/master_slave_bypass/Slave.scala @@ -3,7 +3,7 @@ * 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. + * under the terms of the license (GNU LGPL) which comes with this package. */ package master_slave_bypass @@ -19,6 +19,6 @@ class Slave(hostname:String, name:String) extends Process(hostname, name) { Msg.info("Slave Hello!") val task = new FinalizeTask() Msg.info("Send finalize!") - task.send("alice") + task.send("Tremblay") } }