Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in source code files.
[simgrid.git] / examples / deprecated / java / task / priority / Main.java
index dc69ca1..eae862c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2006-2019. The SimGrid Team.
+/* Copyright (c) 2006-2021. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -7,7 +7,7 @@
 package task.priority;
 import org.simgrid.msg.Msg;
 
-/* Demonstrates the use of Task.setPriority to change the computation priority of a task */ 
+/* Demonstrates the use of Task.setPriority to change the computation priority of a task */
 public class Main {
   private Main() {
     throw new IllegalAccessError("Utility class");