X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6de7a0e75901e65323b77e9cf9b7f67e8c2b8b55..73e97710413bba3ee2ae8baab0537fbd78811016:/examples/deprecated/java/async/waitall/Main.java diff --git a/examples/deprecated/java/async/waitall/Main.java b/examples/deprecated/java/async/waitall/Main.java index 385da41af4..ad2b1535ee 100644 --- a/examples/deprecated/java/async/waitall/Main.java +++ b/examples/deprecated/java/async/waitall/Main.java @@ -6,13 +6,13 @@ package async.waitall; /** This example demonstrates the use of the asynchronous communications - * + * * Task.isend() and Task.irecv() are used to start the communications in non-blocking mode. - * - * The sends are then blocked onto with Comm.waitCompletion(), that locks until the given + * + * The sends are then blocked onto with Comm.waitCompletion(), that locks until the given * communication terminates. - * - * The receives are packed into an array, and the sender blocks until all of them terminate + * + * The receives are packed into an array, and the sender blocks until all of them terminate * with Comm.waitAll(). */