mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8330954: since-checker - Fix remaining @ since tags in java.base
Reviewed-by: liach, naoto
This commit is contained in:
parent
3050ba0176
commit
f4fa35e28b
12 changed files with 69 additions and 4 deletions
|
@ -586,12 +586,18 @@ public class ChoiceFormat extends NumberFormat {
|
|||
return Double.valueOf(bestNumber);
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 23
|
||||
*/
|
||||
@Override
|
||||
public boolean isStrict() {
|
||||
throw new UnsupportedOperationException(
|
||||
"ChoiceFormat does not utilize leniency when parsing");
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 23
|
||||
*/
|
||||
@Override
|
||||
public void setStrict(boolean strict) {
|
||||
throw new UnsupportedOperationException(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue