svn merge -c-7347 https://google-web-toolkit.googlecode.com/svn/trunk .
Patch by: jat
Review by: rice (email)
http://code.google.com/p/google-web-toolkit/source/detail?r=7349
Modified:
/trunk/user/super/com/google/gwt/emul/java/lang/String.java
=======================================
--- /trunk/user/super/com/google/gwt/emul/java/lang/String.java Tue Dec 22
13:40:05 2009
+++ /trunk/user/super/com/google/gwt/emul/java/lang/String.java Sat Dec 26
20:04:47 2009
@@ -467,10 +467,6 @@
}
return __equals(this, other);
}
-
- public boolean equals(String other) {
- return __equals(this, other);
- }
public native boolean equalsIgnoreCase(String other) /*-{
if (other == null)