cleanup after prop, history for prop, -2

This commit is contained in:
zzz
2013-10-13 11:55:23 +00:00
parent c6f41cc8fa
commit cf66951818
4 changed files with 85 additions and 6 deletions

View File

@ -31,8 +31,8 @@ import net.i2p.util.EepGet;
import net.i2p.util.EepHead;
import net.i2p.util.FileUtil;
import net.i2p.util.Log;
import net.i2p.util.VersionComparator;
import net.i2p.util.SSLEepGet;
import net.i2p.util.VersionComparator;
/**
* Task to fetch updates to the news.xml, and to keep
@ -59,9 +59,6 @@ class NewsFetcher extends UpdateRunner {
_lastModified = RFC822Date.to822Date(lastMod);
}
@Override
public UpdateType getType() { return NEWS; }
@Override
public void run() {
_isRunning = true;