mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-23 06:05:46 +00:00
Harmonizing whitespace use
This commit is contained in:
@@ -107,9 +107,9 @@ public class FetchHistoryProcessor extends Processor {
|
||||
curi.getData().put(A_FETCH_HISTORY, history);
|
||||
|
||||
if (curi.getFetchStatus() == 304) {
|
||||
// Copy forward the content digest as the current digest is simply of an empty response
|
||||
latestFetch.put(A_CONTENT_DIGEST, history[1].get(A_CONTENT_DIGEST));
|
||||
// Create revisit profile
|
||||
// Copy forward the content digest as the current digest is simply of an empty response
|
||||
latestFetch.put(A_CONTENT_DIGEST, history[1].get(A_CONTENT_DIGEST));
|
||||
// Create revisit profile
|
||||
ServerNotModifiedRevisit revisit = new ServerNotModifiedRevisit();
|
||||
revisit.setETag((String) latestFetch.get(A_ETAG_HEADER));
|
||||
revisit.setLastModified((String) latestFetch.get(A_LAST_MODIFIED_HEADER));
|
||||
|
||||
Reference in New Issue
Block a user