Fix minor JavaDoc error (use a/href for link)

This commit is contained in:
Sean Gilligan 2022-12-09 17:20:21 -08:00
parent e2af1a2615
commit a36450fd0e
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ import java.io.*;
* JAR archive. These libraries usualy contain implementation of some methods in * JAR archive. These libraries usualy contain implementation of some methods in
* native code (using JNI - Java Native Interface). * native code (using JNI - Java Native Interface).
* *
* @see http://adamheinrich.com/blog/2012/how-to-load-native-jni-library-from-jar * @see <a href="https://www.adamh.cz/blog/2012/12/how-to-load-native-jni-library-from-jar/">How to Load Native JNI Library from JAR</a>
* @see https://github.com/adamheinrich/native-utils * @see <a href="https://github.com/adamheinrich/native-utils">GitHub adamheinrich/native-utils</a>
* *
*/ */
public class NativeUtils { public class NativeUtils {