LUCENE-8115: remove one TODO-on-its-own javadoc.

This commit is contained in:
Christine Poerschke 2018-01-08 20:04:58 +00:00
parent ad6e8b82ec
commit bd69d64ad0
1 changed files with 0 additions and 3 deletions

View File

@ -124,9 +124,6 @@ public class KNearestNeighborClassifier implements Classifier<BytesRef> {
return classifyFromTopDocs(knnSearch(text));
}
/**
* TODO
*/
protected ClassificationResult<BytesRef> classifyFromTopDocs(TopDocs knnResults) throws IOException {
List<ClassificationResult<BytesRef>> assignedClasses = buildListFromTopDocs(knnResults);
ClassificationResult<BytesRef> assignedClass = null;