commit | 51ee32af475b75f9bfcc7eefb4f23512657bf309 | [log] [tgz] |
---|---|---|
author | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Sun Dec 27 04:04:47 2009 +0000 |
committer | jat@google.com <jat@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Sun Dec 27 04:04:47 2009 +0000 |
tree | 88ea274cd2aca2e6216ded9b707a63300701c289 | |
parent | bef6951a51a9fbc3edc83dbe34c7607af3f827dc [diff] |
Revert r7347, which caused problems in DevMode. svn merge -c-7347 https://google-web-toolkit.googlecode.com/svn/trunk . Patch by: jat Review by: rice (email) git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7349 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/super/com/google/gwt/emul/java/lang/String.java b/user/super/com/google/gwt/emul/java/lang/String.java index 7ed93bf..a05cbfa 100644 --- a/user/super/com/google/gwt/emul/java/lang/String.java +++ b/user/super/com/google/gwt/emul/java/lang/String.java
@@ -468,10 +468,6 @@ return __equals(this, other); } - public boolean equals(String other) { - return __equals(this, other); - } - public native boolean equalsIgnoreCase(String other) /*-{ if (other == null) return false;