classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [generics] Patch: FYI: Fixed retention for @Deprecated


From: Tom Tromey
Subject: [cp-patches] [generics] Patch: FYI: Fixed retention for @Deprecated
Date: 27 Sep 2004 13:06:36 -0600

Our implementation of @Deprecated had the wrong retention policy.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * java/lang/Deprecated.java: Fixed retention.

Index: java/lang/Deprecated.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/lang/Attic/Deprecated.java,v
retrieving revision 1.1.2.4
diff -u -r1.1.2.4 Deprecated.java
--- java/lang/Deprecated.java 8 Sep 2004 00:43:57 -0000 1.1.2.4
+++ java/lang/Deprecated.java 27 Sep 2004 19:06:09 -0000
@@ -48,7 +48,7 @@
  *
  * @since 1.5
  */
address@hidden @Retention(SOURCE)
address@hidden @Retention(RUNTIME)
 public @interface Deprecated
 {
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]