Skip to content

Commit

Permalink
Not compiling?
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Mar 12, 2024
1 parent 8621241 commit 3d558cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/meeuw/i18n/languages/LanguageCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public interface LanguageCode extends ISO_639_Code {
* @since 3.2
*/
static void setFallbacks(final Map<String, LanguageCode> exemptions) {
ISO_639.setFallbacks(new AbstractMap<>() {
ISO_639.setFallbacks(new AbstractMap<String, ISO_639_Code>() {
@Override
public Set<Entry<String, ISO_639_Code>> entrySet() {
return exemptions.entrySet()
Expand Down

0 comments on commit 3d558cc

Please sign in to comment.