]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/java/semaphoregc/SemaphoreGC.java
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
exclude this file from scan-build and sonar analysis, as the uninitialized value...
[simgrid.git] / teshsuite / java / semaphoregc / SemaphoreGC.java
index 21cad25706ac17fc9d086a0fe08d3a6a81ee7e36..03e2e0bf10ae4d359b143e913a143ecf99f0b45b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016-2017. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2016-2021. 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);