X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6de7a0e75901e65323b77e9cf9b7f67e8c2b8b55..73e97710413bba3ee2ae8baab0537fbd78811016:/examples/deprecated/java/task/priority/Main.java diff --git a/examples/deprecated/java/task/priority/Main.java b/examples/deprecated/java/task/priority/Main.java index 62f71a248b..eae862ce5e 100644 --- a/examples/deprecated/java/task/priority/Main.java +++ b/examples/deprecated/java/task/priority/Main.java @@ -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");