mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-06 19:59:17 +00:00
8202397: Typo in X-Buffer javadoc
Reviewed-by: psandoz
This commit is contained in:
parent
f7ac53e5e9
commit
bb34027591
@ -700,7 +700,7 @@ public abstract class $Type$Buffer
|
||||
*
|
||||
* <pre>{@code
|
||||
* for (int i = off; i < off + len; i++)
|
||||
* dst[i] = src.get():
|
||||
* dst[i] = src.get();
|
||||
* }</pre>
|
||||
*
|
||||
* except that it first checks that there are sufficient $type$s in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user