< prev index next >

src/java.base/share/classes/java/util/zip/ZipException.java

Print this page

        

@@ -30,11 +30,11 @@
 /**
  * Signals that a Zip exception of some sort has occurred.
  *
  * @author  unascribed
  * @see     java.io.IOException
- * @since   1.0
+ * @since   1.1
  */
 
 public
 class ZipException extends IOException {
     private static final long serialVersionUID = 8000196834066748623L;
< prev index next >