We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fccdd4 commit 7e730feCopy full SHA for 7e730fe
user/super/com/google/gwt/emul/java/lang/String.java
@@ -718,7 +718,7 @@ public String toLowerCase(Locale locale) {
718
719
// See the notes in lowerCase pair.
720
public String toUpperCase() {
721
- return asNativeString().toLocaleUpperCase();
+ return asNativeString().toUpperCase();
722
}
723
724
0 commit comments