Skip to content

Commit

Permalink
6960866: [Fmt-Ch] ChoiceFormat claims impossible and unimplemented fu…
Browse files Browse the repository at this point in the history
…nctionality

Reviewed-by: naoto
  • Loading branch information
Justin Lu committed Jul 11, 2023
1 parent 401c3de commit 6cb9ec3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/java.base/share/classes/java/text/ChoiceFormat.java
Expand Up @@ -343,10 +343,6 @@ public ChoiceFormat(double[] limits, String[] formats) {
* If the limit array is not in ascending order, the results of formatting
* will be incorrect.
* @param formats are the formats you want to use for each limit.
* They can be either Format objects or Strings.
* When formatting with object Y,
* if the object is a NumberFormat, then ((NumberFormat) Y).format(X)
* is called. Otherwise Y.toString() is called.
* @throws NullPointerException if {@code limits} or
* {@code formats} is {@code null}
*/
Expand Down

1 comment on commit 6cb9ec3

@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.