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:
Robert Muir 2013-01-31 20:55:30 +00:00
parent d878a6eaf5
commit 179d3d7621
1 changed files with 0 additions and 4 deletions

View File

@ -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;