Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Xml platform cleaning
[simgrid.git] / examples / java / master_slave_bypass / Slave.java
index c342df4..ff26d50 100644 (file)
@@ -1,10 +1,9 @@
-/*
- * Copyright (c) 2006-2013. 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_bypass;
 import org.simgrid.msg.HostFailureException;
 import org.simgrid.msg.HostNotFoundException;
@@ -23,6 +22,6 @@ public class Slave extends Process {
        Msg.info("Slave Hello!");
        FinalizeTask task = new FinalizeTask();
        Msg.info("Send finalize!");
-       task.send("alice");
+       task.send("Jacquelin");
        }
-}
\ No newline at end of file
+}