[jira] Updated: (NUTCH-679) Fetcher2 implementing Tool

2009-08-13 Thread Julien Nioche (JIRA)
[ https://issues.apache.org/jira/browse/NUTCH-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Nioche updated NUTCH-679: Attachment: NUTCH-679.patch Updated version of the patch Fetcher2 implementing Tool

My mistake

2009-08-13 Thread Paul Tomblin
The patch I sent a few days ago doesn't work right, because when it's fetching something that it's never seen before, datum.getFetchTime() returns the *current* fetch time instead of the last fetch time. When it's fetching something that was fetched before, it returns the *last* fetch time.