Skip to content

Commit fc5b575

Browse files
ctruedengab1one
authored andcommitted
DataHandle: tweak getOrder() javadoc
1 parent 5ea3364 commit fc5b575

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

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

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

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

0 commit comments

Comments
 (0)