< prev index next >

src/java.base/share/classes/sun/text/normalizer/Replaceable.java

Print this page

        

*** 115,121 **** * {@code start <= limit <= length()}. * @param dst the destination array. * @param dstStart the start offset in the destination array. * @stable ICU 2.0 */ ! void getChars(int srcStart, int srcLimit, char dst[], int dstStart); } --- 115,121 ---- * {@code start <= limit <= length()}. * @param dst the destination array. * @param dstStart the start offset in the destination array. * @stable ICU 2.0 */ ! void getChars(int srcStart, int srcLimit, char[] dst, int dstStart); }
< prev index next >