changeset 27804 | 4659e70271c4 |
parent 25859 | 3317bb8137f4 |
child 45663 | 4a0cbf8f2474 |
--- a/jdk/src/java.base/share/classes/java/util/jar/Manifest.java Thu Dec 04 07:15:37 2014 -0800 +++ b/jdk/src/java.base/share/classes/java/util/jar/Manifest.java Thu Dec 04 12:59:43 2014 -0800 @@ -143,6 +143,7 @@ * @exception IOException if an I/O error has occurred * @see #getMainAttributes */ + @SuppressWarnings("deprecation") public void write(OutputStream out) throws IOException { DataOutputStream dos = new DataOutputStream(out); // Write out the main attributes for the manifest