View | Details | Raw Unified | Return to bug 28776
Collapse All | Expand All

(-)src/main/org/apache/tools/tar/TarOutputStream.java (+1 lines)
Lines 100-105 Link Here
100
     */
100
     */
101
    public void finish() throws IOException {
101
    public void finish() throws IOException {
102
        this.writeEOFRecord();
102
        this.writeEOFRecord();
103
        this.writeEOFRecord(); // TWO EOF records required
103
    }
104
    }
104
105
105
    /**
106
    /**

Return to bug 28776