< prev index next >

src/jdk.jartool/share/classes/sun/tools/jar/Manifest.java

Print this page
8200124: Various cleanups in jar/zip
Reviewed-by: sherman

@@ -50,11 +50,10 @@
     private byte[] tmpbuf = new byte[512];
     /* a hashtable of entries, for fast lookup */
     private Hashtable<String, MessageHeader> tableEntries = new Hashtable<>();
 
     static final String[] hashes = {"SHA"};
-    static final byte[] EOL = {(byte)'\r', (byte)'\n'};
 
     static final boolean debug = false;
     static final String VERSION = "1.0";
     static final void debug(String s) {
         if (debug)
< prev index next >