From 9a8a0997011c0128237b091238ed9c9dfed5c326 Mon Sep 17 00:00:00 2001 From: jrandom Date: Tue, 20 Jul 2004 21:43:42 +0000 Subject: [PATCH] javadoc fix --- core/java/src/net/i2p/util/NativeBigInteger.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/src/net/i2p/util/NativeBigInteger.java b/core/java/src/net/i2p/util/NativeBigInteger.java index bf4d66faf..c7bc379c4 100644 --- a/core/java/src/net/i2p/util/NativeBigInteger.java +++ b/core/java/src/net/i2p/util/NativeBigInteger.java @@ -37,7 +37,7 @@ import java.util.Random; *

If jbigi.enable is set to false, this class won't even attempt to use the * native library, but if it is set to true (or is not specified), it will first * check the platform specific library path for the "jbigi" library, as defined by - * {@link Runtime#loadLibrary} - e.g. C:\windows\jbigi.dll or /lib/libjbigi.so. + * {@link java.lang.Runtime#loadLibrary} - e.g. C:\windows\jbigi.dll or /lib/libjbigi.so. * If that fails, it reviews the jbigi.impl environment property - if that is set, * it checks all of the components in the CLASSPATH for the file specified and * attempts to load it as the native library. If jbigi.impl is not set, if there