Skip to content

Commit

Permalink
violation --
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-MarcDENIEL committed Jul 20, 2012
1 parent cb72f29 commit d72aeb3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@

public final class Languages {
private Languages(){}
private static Map<String, Language>LANGUAGES_BASIC_MAP = createBasicLanguages();
private static final Map<String, Language>LANGUAGES_BASIC_MAP = createBasicLanguages();

private static Map<String, Language> createBasicLanguages(){
Map<String, Language> _res = new ConcurrentHashMap<String, Language>();
Expand Down

0 comments on commit d72aeb3

Please sign in to comment.