fix for wrong counter

pull/1/head
Michael Peter Christen 11 years ago
parent fceac8cffd
commit 9cf9727685

@ -197,7 +197,7 @@ public class Segment {
}
public int citationCount() {
return this.urlCitationIndex == null ? 0 : this.urlCitationIndex.size();
return this.urlCitationIndex == null ? 0 : this.urlCitationIndex.sizesMax();
}
public long citationSegmentCount() {

Loading…
Cancel
Save