Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / examples / deprecated / java / app / pingpong / Sender.java
index e9ebb6f..c52fbed 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2006-2022. 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. */
@@ -25,7 +25,7 @@ public class Sender extends Process {
                        for(int pos = 0; pos < args.length ; pos++) {
                                String hostname = Host.getByName(args[pos]).getName(); // Make sure that this host exists
 
-                               double time = Msg.getClock(); 
+                               double time = Msg.getClock();
                                Msg.info("sender time: " + time);
 
                                PingPongTask task = new PingPongTask("no name", /* Duration: 0 flops */ 0, COMM_SIZE_LAT, time);