classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: FYI: javadoc fixlet


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: javadoc fixlet
Date: 24 Dec 2005 11:35:54 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I'm checking this in.

This adds a missing @since.

Tom

2005-12-24  Tom Tromey  <address@hidden>

        * java/nio/charset/Charset.java (defaultCharset): Added @since.

Index: java/nio/charset/Charset.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/nio/charset/Charset.java,v
retrieving revision 1.26
diff -u -r1.26 Charset.java
--- java/nio/charset/Charset.java       18 Sep 2005 00:56:22 -0000      1.26
+++ java/nio/charset/Charset.java       24 Dec 2005 18:41:04 -0000
@@ -121,6 +121,8 @@
    *
    * This may be set by the user or VM with the file.encoding
    * property.
+   * 
+   * @since 1.5
    */
   public static Charset defaultCharset()
   {




reply via email to

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