Skip to content

Commit

Permalink
Максимальная дата 9999
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear authored Jun 4, 2024
1 parent 9217e07 commit d2b92df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class MagicDateDiagnostic extends AbstractVisitorDiagnostic {
private static final Pattern nonNumberPattern = CaseInsensitivePattern.compile(
"\\D"
);
public static final int MAX_YEAR_BY_1C = 3999;
public static final int MAX_YEAR_BY_1C = 9999;

@DiagnosticParameter(
type = String.class,
Expand Down

0 comments on commit d2b92df

Please sign in to comment.