diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-08-23 12:32:02 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-08-23 12:32:02 +0000 |
| commit | 3197ca42ed2026ae01cd8c75cdabb41a0f714f95 (patch) | |
| tree | 07d6361ef317aa15d639f4a8d58af699d48070f3 /test | |
| parent | 844f15868649efafd33d3ea5744103bfe5afb482 (diff) | |
preparations to move the HTCache into cora:
- move the header framework classes to cora
- move the ARC caching classes to cora
- refactoring of code to call these classes from cora
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7068 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'test')
| -rw-r--r-- | test/de/anomic/kelondro/util/DateFormatterTest.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/de/anomic/kelondro/util/DateFormatterTest.java b/test/de/anomic/kelondro/util/DateFormatterTest.java index 9b96b7cfe..4e8d406ac 100644 --- a/test/de/anomic/kelondro/util/DateFormatterTest.java +++ b/test/de/anomic/kelondro/util/DateFormatterTest.java @@ -2,7 +2,8 @@ package de.anomic.kelondro.util; import java.util.Date; -import de.anomic.http.server.HeaderFramework; +import net.yacy.cora.protocol.HeaderFramework; + import junit.framework.TestCase; |
