summaryrefslogtreecommitdiff
path: root/java/util/zip/ZipFile.java
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-09-13 21:25:07 +0000
committerTom Tromey <tromey@redhat.com>2005-09-13 21:25:07 +0000
commite8faca64ff138cf162d15affacbab03f4bb5d3c3 (patch)
treecbd3fd4005baff7495d87c2db310fc9ce616d295 /java/util/zip/ZipFile.java
parent9d246f6f707aab8fa9235220c095780755ca0bb0 (diff)
downloadclasspath-e8faca64ff138cf162d15affacbab03f4bb5d3c3.tar.gz
* java/lang/Process.java: Added import for javadoc.
* java/lang/Object.java (notify): Javadoc fix. (notifyAll): Likewise. * java/io/PipedInputStream.java (connect): Javadoc fix. * java/io/OutputStreamWriter.java: Organized imports. * java/io/ObjectStreamField.java (setOffset): Javadoc fix. * java/io/ObjectInputStream.java (readFields): Javadoc fix. * java/io/DataOutputStream.java (writeChars): Javadoc fix. (writeFloat): Likewise. (writeDouble): Likewise. * java/util/Locale.java (readObject): Javadoc fix. (writeObject): Likewise. * java/io/LineNumberReader.java (read): Javadoc fix. (setLineNumber): Likewise. (mark): Likewise. * java/io/InputStreamReader.java: Updated imports. * java/lang/Integer.java (parseInt): Javadoc fix. * java/io/FilterReader.java (skip): Javadoc fix. * java/util/HashMap.java (containsValue): Javadoc fix. * java/lang/ClassLoader.java (findLibrary): Javadoc fix. (setPackageAssertionStatus): Likewise. (setClassAssertionStatus): Likewise. * java/lang/Class.java: Added imports for javadoc. (matchMethod): Javadoc fix. * java/util/ArrayList.java (readObject): Javadoc fix. (writeObject): Likewise. * java/lang/String.java (CaseInsensitiveComparator): Javadoc fix. * java/util/zip/PendingBuffer.java (toByteArray): Javadoc fix. * javax/swing/plaf/metal/OceanTheme.java: Mark as 1.5. * java/util/logging/SimpleFormatter.java (format): Javadoc fix. * java/util/zip/ZipFile.java (getEntries): Javadoc fix.
Diffstat (limited to 'java/util/zip/ZipFile.java')
-rw-r--r--java/util/zip/ZipFile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/util/zip/ZipFile.java b/java/util/zip/ZipFile.java
index 0243abed1..c8e4a1b04 100644
--- a/java/util/zip/ZipFile.java
+++ b/java/util/zip/ZipFile.java
@@ -377,7 +377,7 @@ public class ZipFile implements ZipConstants
* Checks that the ZipFile is still open and reads entries when necessary.
*
* @exception IllegalStateException when the ZipFile has already been closed.
- * @exception IOEexception when the entries could not be read.
+ * @exception IOException when the entries could not be read.
*/
private HashMap getEntries() throws IOException
{