jdk/src/share/classes/java/util/jar/JarEntry.java
changeset 19047 08210fe86260
parent 5506 202f599c92aa
--- a/jdk/src/share/classes/java/util/jar/JarEntry.java	Thu Jul 25 11:09:28 2013 -0400
+++ b/jdk/src/share/classes/java/util/jar/JarEntry.java	Thu Jul 25 09:59:55 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. 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
@@ -81,6 +81,7 @@
      *
      * @return the <code>Manifest</code> <code>Attributes</code> for this
      * entry, or <code>null</code> if none
+     * @throws IOException  if an I/O error has occurred
      */
     public Attributes getAttributes() throws IOException {
         return attr;