forked from I2P_Developers/i2p.i2p
javadoc fixes
This commit is contained in:
@ -1939,7 +1939,7 @@ public class BlockfileNamingService extends DummyNamingService {
|
|||||||
*
|
*
|
||||||
* Throws DataFormatException on duplicate key
|
* Throws DataFormatException on duplicate key
|
||||||
*
|
*
|
||||||
* @param rawStream stream to read the mapping from
|
* @param in stream to read the mapping from
|
||||||
* @throws DataFormatException if the format is invalid
|
* @throws DataFormatException if the format is invalid
|
||||||
* @throws IOException if there is a problem reading the data
|
* @throws IOException if there is a problem reading the data
|
||||||
* @return a Properties
|
* @return a Properties
|
||||||
|
@ -730,7 +730,7 @@ public class NativeBigInteger extends BigInteger {
|
|||||||
* really big (2Kbit) numbers 100 different times and benchmark the
|
* really big (2Kbit) numbers 100 different times and benchmark the
|
||||||
* performance.</p>
|
* performance.</p>
|
||||||
*
|
*
|
||||||
* @param args[0] - Manually jbigi lib
|
* @param args -n Disable native test
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public static void main(String args[]) {
|
public static void main(String args[]) {
|
||||||
|
@ -207,12 +207,12 @@ public class BSkipList<K extends Comparable<? super K>, V> extends SkipList<K, V
|
|||||||
}
|
}
|
||||||
|
|
||||||
/****
|
/****
|
||||||
@Override
|
//@Override
|
||||||
public SkipIterator<K, V> min() {
|
public SkipIterator<K, V> min() {
|
||||||
return iterator();
|
return iterator();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
//@Override
|
||||||
public SkipIterator<K, V> max() {
|
public SkipIterator<K, V> max() {
|
||||||
if (!this.fileOnly)
|
if (!this.fileOnly)
|
||||||
return super.max();
|
return super.max();
|
||||||
|
Reference in New Issue
Block a user