mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8200124: Various cleanups in jar/zip
Reviewed-by: sherman, ulfzibis
This commit is contained in:
parent
6f37b4cbce
commit
08adfe31b3
4 changed files with 8 additions and 11 deletions
|
@ -148,7 +148,7 @@ public class Manifest implements Cloneable {
|
|||
DataOutputStream dos = new DataOutputStream(out);
|
||||
// Write out the main attributes for the manifest
|
||||
attr.writeMain(dos);
|
||||
// Now write out the pre-entry attributes
|
||||
// Now write out the per-entry attributes
|
||||
for (Map.Entry<String, Attributes> e : entries.entrySet()) {
|
||||
StringBuffer buffer = new StringBuffer("Name: ");
|
||||
String value = e.getKey();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue