X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4922ae19fcd975667006f354ec42f3beea61ac46..a0c5b1ab11469128ad826610f54b1f0f332bd172:/src/bindings/java/org/simgrid/NativeLib.java diff --git a/src/bindings/java/org/simgrid/NativeLib.java b/src/bindings/java/org/simgrid/NativeLib.java index 11578d490b..6739dba4b3 100644 --- a/src/bindings/java/org/simgrid/NativeLib.java +++ b/src/bindings/java/org/simgrid/NativeLib.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2016. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2014-2017. 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. */ @@ -20,7 +20,7 @@ import java.nio.file.Path; */ public final class NativeLib { private static boolean isNativeInited = false; - static Path tempDir = null; // where the embeeded libraries are unpacked before loading them + private static Path tempDir = null; // where the embeeded libraries are unpacked before loading them /** A static-only "class" don't need no constructor */ private NativeLib() {