mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-07-19 05:57:15 +00:00
Fix build
* WARCConstants.java, WARCWriter.java
remove imports of WARCWriterProcessor from the modules/ area (was only used in javadoc)
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
package org.archive.io.warc;
|
||||
|
||||
import org.archive.io.ArchiveFileConstants;
|
||||
import org.archive.modules.writer.WARCWriterProcessor;
|
||||
|
||||
/**
|
||||
* WARC Constants used by WARC readers and writers.
|
||||
|
||||
@@ -40,7 +40,6 @@ import org.apache.commons.lang.StringUtils;
|
||||
import org.archive.io.ArchiveFileConstants;
|
||||
import org.archive.io.UTF8Bytes;
|
||||
import org.archive.io.WriterPoolMember;
|
||||
import org.archive.modules.writer.WARCWriterProcessor;
|
||||
import org.archive.util.ArchiveUtils;
|
||||
import org.archive.util.anvl.Element;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user