mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
Merge branch 'master' into powerpc
Conflicts: makefile src/assembler.h src/compile.cpp src/compiler.cpp src/compiler.h src/finder.cpp
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
package java.util;
|
||||
|
||||
public class Locale {
|
||||
public static final Locale ENGLISH = new Locale("en");
|
||||
public static final Locale ENGLISH = new Locale("en", "us");
|
||||
|
||||
private final String language;
|
||||
private final String country;
|
||||
|
Reference in New Issue
Block a user