classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] [generics] Patch: FYI: missing @since


From: Tom Tromey
Subject: [cp-patches] [generics] Patch: FYI: missing @since
Date: 02 Jan 2005 15:27:55 -0700

I'm checking this in on the generics branch.
I forgot to add this.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * java/io/PrintStream.java: Implement Appendable.

        * java/lang/System.java (getenv): Added @since.

Index: java/lang/System.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/lang/System.java,v
retrieving revision 1.38.2.2
diff -u -r1.38.2.2 System.java
--- java/lang/System.java 2 Jan 2005 22:20:08 -0000 1.38.2.2
+++ java/lang/System.java 2 Jan 2005 22:31:06 -0000
@@ -634,6 +634,7 @@
 
   /**
    * FIXME: document
+   * @since 1.5
    */
   public static Map<String, String> getenv()
   {




reply via email to

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