Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
8269704: Typo in j.t.Normalizer.normalize()
Browse files Browse the repository at this point in the history
Reviewed-by: joehw, prappo, iris
  • Loading branch information
naotoj committed Jul 1, 2021
1 parent a8385fe commit 54dd510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/text/Normalizer.java
Expand Up @@ -144,7 +144,7 @@ public static enum Form {
/**
* Normalize a sequence of char values.
* The sequence will be normalized according to the specified normalization
* from.
* form.
* @param src The sequence of char values to normalize.
* @param form The normalization form; one of
* {@link java.text.Normalizer.Form#NFC},
Expand Down

1 comment on commit 54dd510

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.