Skip to content

Commit

Permalink
Added @SInCE tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Oct 6, 2024
1 parent 60d5f95 commit 17080e5
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
package org.meeuw.i18n.languages;

import java.util.List;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;

/**
* @since 3.4
*/
public class UserDefinedLanguage implements LanguageCode {

private static final Map<String, UserDefinedLanguage> registered = new ConcurrentHashMap<>();

private final String code;
private final Type type;
private final String refName;
Expand Down

0 comments on commit 17080e5

Please sign in to comment.