src/share/classes/java/net/ProtocolException.java

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

@@ -30,11 +30,11 @@
 /**
  * Thrown to indicate that there is an error in the underlying
  * protocol, such as a TCP error.
  *
  * @author  Chris Warth
- * @since   JDK1.0
+ * @since   1.0
  */
 public
 class ProtocolException extends IOException {
     private static final long serialVersionUID = -6098449442062388080L;