jdk/src/share/classes/java/io/File.java
changeset 24865 09b1d992ca72
parent 21278 ef8a3a2a72f2
child 25223 4d33af5975a5
--- a/jdk/src/share/classes/java/io/File.java	Tue Jun 10 14:17:32 2014 -0700
+++ b/jdk/src/share/classes/java/io/File.java	Tue Jun 10 16:18:54 2014 -0700
@@ -143,7 +143,7 @@
  * diagnose errors when an operation on a file fails.
  *
  * @author  unascribed
- * @since   JDK1.0
+ * @since   1.0
  */
 
 public class File
@@ -608,7 +608,7 @@
      *          java.lang.SecurityManager#checkRead}</code> method denies
      *          read access to the file
      *
-     * @since   JDK1.1
+     * @since   1.1
      * @see     Path#toRealPath
      */
     public String getCanonicalPath() throws IOException {