< prev index next >

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

Print this page

        

@@ -56,11 +56,11 @@
     * <p>Creates a new Trie with the settings for the trie data.</p>
     * <p>Unserialize the 32-bit-aligned input stream and use the data for the
     * trie.</p>
     * @param inputStream file input stream to a ICU data file, containing
     *                    the trie
-    * @param dataManipulate object which provides methods to parse the char
+    * @param datamanipulate object which provides methods to parse the char
     *                        data
     * @throws IOException thrown when data reading fails
     * @draft 2.1
     */
     public IntTrie(InputStream inputStream, DataManipulate datamanipulate)
< prev index next >