X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08e7455d67920bbd7a87f440d00f2c1e071314a0..5ed37babb2fa9097abe82df299c0aa259ed84d5a:/examples/deprecated/java/app/pingpong/PingPongTask.java diff --git a/examples/deprecated/java/app/pingpong/PingPongTask.java b/examples/deprecated/java/app/pingpong/PingPongTask.java index 0dff39ce91..8d21f5b6f7 100644 --- a/examples/deprecated/java/app/pingpong/PingPongTask.java +++ b/examples/deprecated/java/app/pingpong/PingPongTask.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2006-2023. 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. */ @@ -15,8 +15,8 @@ public class PingPongTask extends Task { public PingPongTask(String name, double computeDuration, double messageSize, double timeVal) { super(name,computeDuration,messageSize); - - this.timeVal = timeVal; + + this.timeVal = timeVal; } public double getTime() {