Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Jul 25, 2013
1 parent aa1a1f1 commit c3b2301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/net/yacy/search/index/Segment.java
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public ReferenceReport(final byte[] id, final boolean acceptSelfReference) throw
} catch (final InterruptedException e) {
ConcurrentLog.logException(e);
}
} else {
} else if (connectedCitation()) {
// read the references from the citation index
ReferenceContainer<CitationReference> references;
references = urlCitation().get(id, null);
Expand Down

0 comments on commit c3b2301

Please sign in to comment.