fix to url citation collection

pull/1/head
Michael Christen 13 years ago
parent e32055aa15
commit 02e4dedff2

@ -274,7 +274,7 @@ public class Segment {
byte[] refhash = new DigestURI(anchor).hash();
//System.out.println("*** addCitationIndex: urlhash = " + ASCII.String(urlhash) + ", refhash = " + ASCII.String(refhash) + ", urldate = " + urlModified.toString());
try {
this.urlCitationIndex.add(urlhash, new CitationReference(refhash, urldate));
this.urlCitationIndex.add(refhash, new CitationReference(urlhash, urldate));
} catch (final Exception e) {
Log.logException(e);
}

Loading…
Cancel
Save