From 45fbd3115ea1aea77b778293519d3a0e5cff1c57 Mon Sep 17 00:00:00 2001 From: Bernd Rinn <brinn@ethz.ch> Date: Fri, 28 Sep 2018 17:55:34 +0200 Subject: [PATCH] Minor fix to javadoc link. --- .../ch/systemsx/cisd/base/utilities/NativeLibraryUtilities.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/ch/systemsx/cisd/base/utilities/NativeLibraryUtilities.java b/source/java/ch/systemsx/cisd/base/utilities/NativeLibraryUtilities.java index 602669f192e..4c4202ebf5d 100644 --- a/source/java/ch/systemsx/cisd/base/utilities/NativeLibraryUtilities.java +++ b/source/java/ch/systemsx/cisd/base/utilities/NativeLibraryUtilities.java @@ -102,7 +102,7 @@ import java.util.zip.ZipFile; * mandatory locks make this impossible). This is the 'auto mode' and thus the simplest way of using this utility class for the user of your * program.</li> * <li>Finally, if no appropriate structure is found in the classpath, {@link #loadNativeLibrary(String)} will fall back to the Java default method of - * loading JNI libraries via {@link System#loadLibrary()}. This may require the Java property <code>java.library.path</code> to be set and it may + * loading JNI libraries via {@link System#loadLibrary(String)}. This may require the Java property <code>java.library.path</code> to be set and it may * require the library to follow a platform specific naming convention for the native shared library file.</li> * </ol> * -- GitLab