src/share/classes/java/net/UnknownServiceException.java

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

@@ -32,11 +32,11 @@
  * occurred. Either the MIME type returned by a URL connection does
  * not make sense, or the application is attempting to write to a
  * read-only URL connection.
  *
  * @author  unascribed
- * @since   JDK1.0
+ * @since   1.0
  */
 public class UnknownServiceException extends IOException {
     private static final long serialVersionUID = -4169033248853639508L;
 
     /**