mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8242230: Whitespace typos, relaxed javadoc, formatting
Reviewed-by: darcy, igerasim
This commit is contained in:
parent
59684e10d1
commit
4c4271f283
19 changed files with 52 additions and 53 deletions
|
@ -242,7 +242,7 @@ class Character implements java.io.Serializable, Comparable<Character> {
|
|||
* General category "Nd" in the Unicode specification.
|
||||
* @since 1.1
|
||||
*/
|
||||
public static final byte DECIMAL_DIGIT_NUMBER = 9;
|
||||
public static final byte DECIMAL_DIGIT_NUMBER = 9;
|
||||
|
||||
/**
|
||||
* General category "Nl" in the Unicode specification.
|
||||
|
@ -11072,7 +11072,7 @@ class Character implements java.io.Serializable, Comparable<Character> {
|
|||
* Note: if the specified character is not assigned a name by
|
||||
* the <i>UnicodeData</i> file (part of the Unicode Character
|
||||
* Database maintained by the Unicode Consortium), the returned
|
||||
* name is the same as the result of expression.
|
||||
* name is the same as the result of expression:
|
||||
*
|
||||
* <blockquote>{@code
|
||||
* Character.UnicodeBlock.of(codePoint).toString().replace('_', ' ')
|
||||
|
@ -11116,7 +11116,7 @@ class Character implements java.io.Serializable, Comparable<Character> {
|
|||
* <p>
|
||||
* Note: if a character is not assigned a name by the <i>UnicodeData</i>
|
||||
* file (part of the Unicode Character Database maintained by the Unicode
|
||||
* Consortium), its name is defined as the result of expression
|
||||
* Consortium), its name is defined as the result of expression:
|
||||
*
|
||||
* <blockquote>{@code
|
||||
* Character.UnicodeBlock.of(codePoint).toString().replace('_', ' ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue