Merge pull request #12 from msgilligan/msgilligan-fix-minor-javadoc-href

Fix minor JavaDoc error (use a/href for link)
This commit is contained in:
Eduardo Ramos 2022-12-12 17:04:28 +01:00 committed by GitHub
commit f581e26518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
* native code (using JNI - Java Native Interface).
*
* @see http://adamheinrich.com/blog/2012/how-to-load-native-jni-library-from-jar
* @see https://github.com/adamheinrich/native-utils
* @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 <a href="https://github.com/adamheinrich/native-utils">GitHub adamheinrich/native-utils</a>
*
*/
public class NativeUtils {