Author: [EMAIL PROTECTED]
Date: Thu Dec  4 16:28:58 2008
New Revision: 4257

Modified:
    releases/1.6/user/super/com/google/gwt/emul/java/lang/Deprecated.java

Log:
Fixed doc.

Modified:  
releases/1.6/user/super/com/google/gwt/emul/java/lang/Deprecated.java
==============================================================================
--- releases/1.6/user/super/com/google/gwt/emul/java/lang/Deprecated.java       
 
(original)
+++ releases/1.6/user/super/com/google/gwt/emul/java/lang/Deprecated.java       
 
Thu Dec  4 16:28:58 2008
@@ -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)

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to