mirror of https://github.com/apache/lucene.git
fix javadocs/nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1441187 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d878a6eaf5
commit
179d3d7621
|
@ -90,11 +90,7 @@ public abstract class SortedDocValues extends BinaryDocValues {
|
|||
* Arrays.binarySearch}.
|
||||
*
|
||||
* @param key Key to look up
|
||||
* @param spare Spare BytesRef
|
||||
**/
|
||||
// nocommit: what does spare mean? its no spare: because people rely upon its return value!
|
||||
// if its 'result' then the parameter and javadoc needs changing, otherwise things need fixing
|
||||
// unconditionally set its value to "NONSENSE" bytes to see the bugs!
|
||||
public int lookupTerm(BytesRef key) {
|
||||
BytesRef spare = new BytesRef();
|
||||
int low = 0;
|
||||
|
|
Loading…
Reference in New Issue