Browse Source

minor javadoc fixes

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@337 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/rel_1_1_14
James Ahlborn 16 years ago
parent
commit
b530c3d58a

+ 1
- 1
src/java/com/healthmarketscience/jackcess/ByteUtil.java View File

@@ -308,7 +308,7 @@ public final class ByteUtil {
/**
* Convert a byte array to a hexadecimal string for display
* @param buffer Buffer to display, starting at offset 0
* @param array byte array to display, starting at offset 0
* @return The display String
*/
public static String toHexString(byte[] array) {

+ 1
- 1
src/java/com/healthmarketscience/jackcess/Cursor.java View File

@@ -458,7 +458,7 @@ public abstract class Cursor implements Iterable<Map<String, Object>>
/**
* Returns an Iterable whose iterator() method returns the result of a call
* to {@link #iterator(Collection<String>)}
* to {@link #iterator(Collection)}
* @throws IllegalStateException if an IOException is thrown by one of the
* operations, the actual exception will be contained within
*/

+ 1
- 1
src/java/com/healthmarketscience/jackcess/TempBufferHolder.java View File

@@ -113,7 +113,7 @@ public abstract class TempBufferHolder {
}

/**
* @returns the currently referenced buffer, {@code null} if none
* @return the currently referenced buffer, {@code null} if none
*/
public abstract ByteBuffer getExistingBuffer();

Loading…
Cancel
Save