fix build; move Preformatter to package (commons) where first referenced

This commit is contained in:
gojomo
2011-07-15 19:02:14 +00:00
parent 2e10d07da2
commit 1bfbec8772
3 changed files with 2 additions and 2 deletions
@@ -27,7 +27,6 @@ import java.util.logging.FileHandler;
import java.util.logging.Formatter;
import java.util.logging.LogRecord;
import org.archive.crawler.io.Preformatter;
import org.archive.util.FileUtils;
@@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.archive.crawler.io;
package org.archive.io;
import java.util.logging.LogRecord;
@@ -23,6 +23,7 @@ import java.util.Iterator;
import java.util.logging.Formatter;
import java.util.logging.LogRecord;
import org.archive.io.Preformatter;
import org.archive.modules.CoreAttributeConstants;
import org.archive.modules.CrawlURI;
import org.archive.util.ArchiveUtils;