@todo is an invalid tag - changed to TODO:

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808208 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-26 22:33:00 +00:00
parent 974b686162
commit 7234bcd1bb
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ import java.io.File;
* files are handled, other extensions ignored. * files are handled, other extensions ignored.
* *
*@since October 28, 2001 *@since October 28, 2001
*@todo Implement dynamic document type lookup *TODO: Implement dynamic document type lookup
*/ */
public class FileExtensionDocumentHandler public class FileExtensionDocumentHandler
implements DocumentHandler { implements DocumentHandler {

View File

@ -30,7 +30,7 @@ import java.io.StringWriter;
* A utility for making Lucene Documents from a File. * A utility for making Lucene Documents from a File.
* *
*@since December 6, 2001 *@since December 6, 2001
*@todo Fix JavaDoc comments here *TODO: Fix JavaDoc comments here
*/ */
public class TextDocument { public class TextDocument {

View File

@ -25,7 +25,7 @@ import org.apache.lucene.util.ScorerDocQueue;
/** A Scorer for OR like queries, counterpart of <code>ConjunctionScorer</code>. /** A Scorer for OR like queries, counterpart of <code>ConjunctionScorer</code>.
* This Scorer implements {@link Scorer#skipTo(int)} and uses skipTo() on the given Scorers. * This Scorer implements {@link Scorer#skipTo(int)} and uses skipTo() on the given Scorers.
* @todo Implement score(HitCollector, int). * TODO: Implement score(HitCollector, int).
*/ */
class DisjunctionSumScorer extends Scorer { class DisjunctionSumScorer extends Scorer {
/** The number of subscorers. */ /** The number of subscorers. */