Skip to content

Commit b948c95

Browse files
committed
DataHandle: tweak getOrder() javadoc
1 parent fc853ff commit b948c95

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main/java/org/scijava/io/handle/DataHandle.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,7 @@ default boolean ensureWritable(final long count) throws IOException {
120120
return true;
121121
}
122122

123-
/**
124-
* Returns the current order of the stream.
125-
*
126-
* @return See above.
127-
*/
123+
/** Returns the byte order of the stream. */
128124
ByteOrder getOrder();
129125

130126
/** Gets the endianness of the stream. */

0 commit comments

Comments
 (0)