Fixed documentation to describe the SuppressWarnings annotation instead of the Overrides annotation.
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1589 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/super/com/google/gwt/emul/java/lang/SuppressWarnings.java b/user/super/com/google/gwt/emul/java/lang/SuppressWarnings.java
index fddef45..65cef5e 100644
--- a/user/super/com/google/gwt/emul/java/lang/SuppressWarnings.java
+++ b/user/super/com/google/gwt/emul/java/lang/SuppressWarnings.java
@@ -21,9 +21,10 @@
import java.lang.annotation.Target;
/**
- * Indicates that a method definition is intended to override a declaration from
- * a superclass. <a
- * href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Override.html">[Sun
+ * Indicates that the named compiler warnings should be suppressed in the
+ * annotated element (and in all program elements contained in the annotated
+ * element). <a
+ * href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/SuppressWarnings.html">[Sun
* docs]</a>
*/
@Target( {