X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a001b13d7aa269a90f035f58c71778c6812b07f6..09601ee5e16b23f0b9e8f65c2c00b0cf2dd5d901:/teshsuite/java/semaphoregc/SemaphoreGC.java diff --git a/teshsuite/java/semaphoregc/SemaphoreGC.java b/teshsuite/java/semaphoregc/SemaphoreGC.java index 21cad25706..48f4d4a593 100644 --- a/teshsuite/java/semaphoregc/SemaphoreGC.java +++ b/teshsuite/java/semaphoregc/SemaphoreGC.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2016-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -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);