Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
8310975: java.util.FormatItemModifier should not be protected
Browse files Browse the repository at this point in the history
Reviewed-by: darcy
Backport-of: 315242b7417a4774765f139b841b385dc7c94c50
  • Loading branch information
Jim Laskey committed Jun 27, 2023
1 parent df26258 commit 033060b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/util/FormatItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ public long prepend(long lengthCoder, byte[] buffer) throws Throwable {
}
}

protected static abstract sealed class FormatItemModifier implements FormatConcatItem
static abstract sealed class FormatItemModifier implements FormatConcatItem
permits FormatItemFillLeft,
FormatItemFillRight
{
Expand Down

0 comments on commit 033060b

Please sign in to comment.