From 28605048e18738dd45d9acc299091e3e8d8bda4c Mon Sep 17 00:00:00 2001 From: Doron Cohen Date: Wed, 30 Jan 2008 12:29:48 +0000 Subject: [PATCH] trivial, javadoc typo. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@616738 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/lucene/search/function/CustomScoreQuery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/lucene/search/function/CustomScoreQuery.java b/src/java/org/apache/lucene/search/function/CustomScoreQuery.java index d3206f94979..ccd1cac8fc9 100755 --- a/src/java/org/apache/lucene/search/function/CustomScoreQuery.java +++ b/src/java/org/apache/lucene/search/function/CustomScoreQuery.java @@ -430,7 +430,7 @@ public class CustomScoreQuery extends Query { /** * Checks if this is strict custom scoring. - * In strict custom scoring, the ValueSource part of does not participate in weight normalization. + * In strict custom scoring, the ValueSource part does not participate in weight normalization. * This may be useful when one wants full control over how scores are modified, and does * not care about normalizing by the ValueSource part. * One particular case where this is useful if for testing this query.