Skip to content

Commit 1951551

Browse files
committed
BytesLocation: fix comment
1 parent 85f202b commit 1951551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/io/location/BytesLocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public BytesLocation(final byte[] bytes, final int offset, final int length) {
5454
this(ByteBuffer.wrap(bytes, offset, length));
5555
}
5656

57-
// -- ByteArrayLocation methods --
57+
// -- BytesLocation methods --
5858

5959
/** Gets the associated {@link ByteBuffer}. */
6060
public ByteBuffer getByteBuffer() {

0 commit comments

Comments
 (0)