src/share/classes/java/io/IOException.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

@@ -31,11 +31,11 @@
  * interrupted I/O operations.
  *
  * @author  unascribed
  * @see     java.io.InputStream
  * @see     java.io.OutputStream
- * @since   JDK1.0
+ * @since   1.0
  */
 public
 class IOException extends Exception {
     static final long serialVersionUID = 7818375828146090155L;