javadoc fixes

This commit is contained in:
zzz
2016-04-29 15:35:49 +00:00
parent c2e486f72c
commit 5067b00058
3 changed files with 4 additions and 4 deletions

View File

@ -1939,7 +1939,7 @@ public class BlockfileNamingService extends DummyNamingService {
*
* 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 IOException if there is a problem reading the data
* @return a Properties

View File

@ -730,7 +730,7 @@ public class NativeBigInteger extends BigInteger {
* really big (2Kbit) numbers 100 different times and benchmark the
* performance.</p>
*
* @param args[0] - Manually jbigi lib
* @param args -n Disable native test
*
*/
public static void main(String args[]) {

View File

@ -207,12 +207,12 @@ public class BSkipList<K extends Comparable<? super K>, V> extends SkipList<K, V
}
/****
@Override
//@Override
public SkipIterator<K, V> min() {
return iterator();
}
@Override
//@Override
public SkipIterator<K, V> max() {
if (!this.fileOnly)
return super.max();