< prev index next >

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

Print this page

        

@@ -115,7 +115,7 @@
      *        {@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);
+    void getChars(int srcStart, int srcLimit, char[] dst, int dstStart);
 }
< prev index next >