Skip to content

Commit 11c265c

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

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
@@ -124,7 +124,7 @@ public ByteBuffer asRoBuffer() {
124124
* purpose code.
125125
* <p>
126126
* For more examples and suggestions, see:
127-
* <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>
127+
* <a href="https://stackoverflow.com/q/2972986">How to unmap a file from memory mapped using FileChannel in java?</a>
128128
*
129129
* @throws IOException if FileChannel can't be closed
130130
*/

0 commit comments

Comments
 (0)