6951064: Typo in javadoc for ZipException ctors
authorsherman
Thu, 13 May 2010 21:30:18 -0700
changeset 5602 05512c61a402
parent 5601 f09acdbf9fc4
child 5603 682e3deac7ce
6951064: Typo in javadoc for ZipException ctors Summary: fixed the doc typo Reviewed-by: martin
jdk/src/share/classes/java/util/zip/ZipException.java
--- a/jdk/src/share/classes/java/util/zip/ZipException.java	Thu May 13 10:11:17 2010 +0200
+++ b/jdk/src/share/classes/java/util/zip/ZipException.java	Thu May 13 21:30:18 2010 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright 1995-2008 Sun Microsystems, Inc.  All Rights Reserved.
+ * Copyright 1995-2010 Sun Microsystems, Inc.  All Rights Reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -40,7 +40,7 @@
     private static final long serialVersionUID = 8000196834066748623L;
 
     /**
-     * Constructs an <code>ZipException</code> with <code>null</code>
+     * Constructs a <code>ZipException</code> with <code>null</code>
      * as its error detail message.
      */
     public ZipException() {
@@ -48,7 +48,7 @@
     }
 
     /**
-     * Constructs an <code>ZipException</code> with the specified detail
+     * Constructs a <code>ZipException</code> with the specified detail
      * message.
      *
      * @param   s   the detail message.