X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5bda74fa19f79d0abf79815f7147004b31dde226..27b0c1ee1d85c53f1d11bb2b8e539cd76e4cf437:/teshsuite/java/semaphoregc/SemaphoreGC.java diff --git a/teshsuite/java/semaphoregc/SemaphoreGC.java b/teshsuite/java/semaphoregc/SemaphoreGC.java index 21cad25706..71f93423c1 100644 --- a/teshsuite/java/semaphoregc/SemaphoreGC.java +++ b/teshsuite/java/semaphoregc/SemaphoreGC.java @@ -18,7 +18,7 @@ class SemCreator extends Process { } public void main(String[] args) throws MsgException{ - int j; + int j; Msg.info("Creating 50 new Semaphores, yielding and triggering a GC after each"); for(j = 1; j <= 50; j++) { new Semaphore(0);