8202397: Typo in X-Buffer javadoc

Reviewed-by: psandoz
This commit is contained in:
Martin Buchholz 2018-05-02 11:19:12 -07:00
parent f7ac53e5e9
commit bb34027591

View file

@ -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