mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +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
|
||||
* 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…
Add table
Add a link
Reference in a new issue