LUCENE-868: Added a Javadoc comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@559083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2007-07-24 15:30:45 +00:00
parent 273d28f000
commit 2d16613438
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ class ParallelArrayTermVectorMapper extends TermVectorMapper
/**
* Construct the vector
* @return
* @return The {@link TermFreqVector} based on the mappings.
*/
public TermFreqVector materializeVector() {
SegmentTermVector tv = null;