Harmonizing whitespace use

This commit is contained in:
Kristinn Sigurðsson
2015-03-13 14:32:23 +00:00
parent 843f6468c4
commit dff219e884
@@ -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));