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 62f71a2..eae862c 100644 (file)
@@ -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");