mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
6960866: [Fmt-Ch] ChoiceFormat claims impossible and unimplemented functionality
Reviewed-by: naoto
This commit is contained in:
parent
401c3dea5d
commit
6cb9ec32a6
1 changed files with 0 additions and 4 deletions
|
@ -343,10 +343,6 @@ public class ChoiceFormat extends NumberFormat {
|
|||
* 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}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue