remove mention of non-public DocumentWriter class from Analyzer javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@348207 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2005-11-22 18:35:05 +00:00
parent 3bcec33214
commit 13ea2b0c3f

View File

@ -51,7 +51,7 @@ public abstract class Analyzer {
}
/**
* Invoked, by DocumentWriter, before indexing a Field instance if
* Invoked before indexing a Field instance if
* terms have already been added to that field. This allows custom
* analyzers to place an automatic position increment gap between
* Field instances using the same field name. The default value