Fix build

* WARCConstants.java, WARCWriter.java
    remove imports of WARCWriterProcessor from the modules/ area (was only used in javadoc)
This commit is contained in:
Noah Levitt
2012-09-26 08:58:22 -07:00
parent 50c8a09b63
commit 2e1d81fa80
2 changed files with 0 additions and 2 deletions
@@ -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;