Fixed doc.

git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@4257 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/super/com/google/gwt/emul/java/lang/Deprecated.java b/user/super/com/google/gwt/emul/java/lang/Deprecated.java
index 12fb832..cf2192b 100644
--- a/user/super/com/google/gwt/emul/java/lang/Deprecated.java
+++ b/user/super/com/google/gwt/emul/java/lang/Deprecated.java
@@ -20,8 +20,11 @@
 import java.lang.annotation.RetentionPolicy;
 
 /**
- * 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/Deprecated.html">[Sun docs]</a>
+ * A program element annotated &#64;Deprecated is one that programmers are
+ * discouraged from using, typically because it is dangerous, or because a
+ * better alternative exists. <a
+ * href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Deprecated.html">[Sun
+ * docs]</a>
  */
 @Documented
 @Retention(RetentionPolicy.RUNTIME)