changed "since 3" to "since 2.6"

This commit is contained in:
Karl Tauber
2022-10-18 11:08:14 +02:00
parent 9f39b269bb
commit 883b4d735a
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ public interface FlatSystemProperties
* Searches for the native library in classloader of caller * Searches for the native library in classloader of caller
* (using {@link ClassLoader#findLibrary(String)}) and in paths specified * (using {@link ClassLoader#findLibrary(String)}) and in paths specified
* in system properties {@code sun.boot.library.path} and {@code java.library.path}. * in system properties {@code sun.boot.library.path} and {@code java.library.path}.
* (supported since FlatLaf 3) * (supported since FlatLaf 2.6)
* <p> * <p>
* If the native library can not loaded from the given path (or via {@link System#loadLibrary(String)}), * If the native library can not loaded from the given path (or via {@link System#loadLibrary(String)}),
* then the embedded native library is extracted to the temporary directory and loaded from there. * then the embedded native library is extracted to the temporary directory and loaded from there.

View File

@@ -81,7 +81,7 @@ public class NativeLibrary
* *
* @param libraryName name of the native library (without "lib" prefix and without extension) * @param libraryName name of the native library (without "lib" prefix and without extension)
* @param supported whether the native library is supported on the current platform * @param supported whether the native library is supported on the current platform
* @since 3 * @since 2.6
*/ */
public NativeLibrary( String libraryName, boolean supported ) { public NativeLibrary( String libraryName, boolean supported ) {
this.loaded = supported this.loaded = supported