Skip to content

Commit b8cfcf3

Browse files
committed
Remove unneeded TODO
1 parent fd0ec27 commit b8cfcf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/software/coley/llzip/format/write/CopyZipWriterStrategy.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ public void write(ZipArchive archive, OutputStream os) throws IOException {
109109

110110
// Write end of central directory record.
111111
final EndOfCentralDirectory end = archive.getEnd();
112-
// TODO Handle null EndOfCentralDirectory more gracefully
113112
if (end != null) {
114113
// Header
115114
writeIntLE(os, ZipPatterns.END_OF_CENTRAL_DIRECTORY_QUAD);

0 commit comments

Comments
 (0)