Skip to content

Commit

Permalink
CLDR-17532 Increase max to 45 (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati authored May 1, 2024
1 parent b246d3c commit 9b89ad5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public class CheckWidths extends CheckCLDR {
/** Controls for the warning about too many components, and for when to cause error. */
public static final int WARN_COMPONENTS_PER_ANNOTATION = 10;

public static final int MAX_COMPONENTS_PER_ANNOTATION = 30;
// TBD lower this down after Meta data added
public static final int MAX_COMPONENTS_PER_ANNOTATION = 45;

SupplementalDataInfo supplementalData;

Expand Down

0 comments on commit 9b89ad5

Please sign in to comment.