Skip to content

Commit d2b23dc

Browse files
ctruedengab1one
authored andcommitted
BytesLocation: fix comment
1 parent d1351fa commit d2b23dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

63-
// -- ByteArrayLocation methods --
63+
// -- BytesLocation methods --
6464

6565
/** Gets the associated {@link ByteBuffer}. */
6666
public ByteBuffer getByteBuffer() {

0 commit comments

Comments
 (0)