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;