mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
parent
f7ac53e5e9
commit
bb34027591
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ public abstract class $Type$Buffer
|
||||||
*
|
*
|
||||||
* <pre>{@code
|
* <pre>{@code
|
||||||
* for (int i = off; i < off + len; i++)
|
* for (int i = off; i < off + len; i++)
|
||||||
* dst[i] = src.get():
|
* dst[i] = src.get();
|
||||||
* }</pre>
|
* }</pre>
|
||||||
*
|
*
|
||||||
* except that it first checks that there are sufficient $type$s in
|
* except that it first checks that there are sufficient $type$s in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue