Skip to content

Commit b5ef30b

Browse files
ByteBufferKaitaiStream: shorten the link to Stack Overflow
Co-authored-by: dgelessus <[email protected]>
1 parent 1e6d665 commit b5ef30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/kaitai/struct/ByteBufferKaitaiStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public ByteBuffer asRoBuffer() {
129129
* </p>
130130
* <p>
131131
* For more examples and suggestions, see:
132-
* <a href="https://stackoverflow.com/questions/2972986/how-to-unmap-a-file-from-memory-mapped-using-filechannel-in-java">How to unmap a file from memory mapped using FileChannel in java?</a>
132+
* <a href="https://stackoverflow.com/q/2972986">How to unmap a file from memory mapped using FileChannel in java?</a>
133133
* </p>
134134
* @throws IOException if FileChannel can't be closed
135135
*/

0 commit comments

Comments
 (0)