Skip to content

Commit

Permalink
fix build break (#5075)
Browse files Browse the repository at this point in the history
Signed-off-by: Katherine Shen <[email protected]>
  • Loading branch information
shenkw1 authored Oct 16, 2024
1 parent 967c956 commit dce5388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public static boolean isValidPattern(final String pattern) {
"or a string representation of the " +
"<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html\">locale</a> object, such as <code>en_US</code>. " +
"A full list of locale fields, including language, country, and variant, can be found " +
"<a href=\"https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry\">here</a>."
"<a href=\"https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry\">here</a>." +
"Default is <code>Locale.ROOT</code>.")
private String locale;

Expand Down

0 comments on commit dce5388

Please sign in to comment.