We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f202b commit 1951551Copy full SHA for 1951551
src/main/java/org/scijava/io/location/BytesLocation.java
@@ -54,7 +54,7 @@ public BytesLocation(final byte[] bytes, final int offset, final int length) {
54
this(ByteBuffer.wrap(bytes, offset, length));
55
}
56
57
- // -- ByteArrayLocation methods --
+ // -- BytesLocation methods --
58
59
/** Gets the associated {@link ByteBuffer}. */
60
public ByteBuffer getByteBuffer() {
0 commit comments