Skip to content

Commit fa31fb3

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

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

0 commit comments

Comments
 (0)