Skip to content

Commit

Permalink
allow protected access to BIFMethods for compat module
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Jun 7, 2024
1 parent 6b024c4 commit 109caa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class TimeUnits extends BIF {
public static final String DOW_SHORT_FORMAT = "eee";
public static final String DOW_LONG_FORMAT = "eeee";

static final class BIFMethods {
protected static final class BIFMethods {

public static final Key quarter = Key.quarter;
public static final Key month = Key.month;
Expand Down

0 comments on commit 109caa2

Please sign in to comment.