mirror of https://github.com/apache/lucene.git
remove obsolete todo comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@599285 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
67e0d82230
commit
12d0cc180e
|
@ -186,7 +186,6 @@ extends SegmentTermDocs implements TermPositions {
|
|||
return retArray;
|
||||
}
|
||||
|
||||
// TODO: Remove warning after API has been finalized
|
||||
public boolean isPayloadAvailable() {
|
||||
return needToLoadPayload && payloadLength > 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue