--- old/src/java.base/share/classes/sun/text/normalizer/ICUBinary.java 2015-05-15 20:25:21.006444028 +0400 +++ new/src/java.base/share/classes/sun/text/normalizer/ICUBinary.java 2015-05-15 20:25:20.854444029 +0400 @@ -65,7 +65,7 @@ /** *

ICU data header reader method. * Takes a ICU generated big-endian input stream, parse the ICU standard - * file header and authenticates them.

+ * file header and authenticates them. *

Header format: *

- *

+ * *

* Example of use:
*

@@ -98,7 +98,7 @@
     *    System.out.println("This is not a ICU data file");
     * }
     * 
- *

+ * * @param inputStream input stream that contains the ICU data header * @param dataFormatIDExpected Data format expected. An array of 4 bytes * information about the data format.