mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8310975: java.util.FormatItemModifier should not be protected
Reviewed-by: alanb, darcy, iris, lancea
This commit is contained in:
parent
d6dd0dc3e0
commit
315242b741
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ class FormatItem {
|
|||
}
|
||||
}
|
||||
|
||||
protected static abstract sealed class FormatItemModifier implements FormatConcatItem
|
||||
static abstract sealed class FormatItemModifier implements FormatConcatItem
|
||||
permits FormatItemFillLeft,
|
||||
FormatItemFillRight
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue