fixed javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143791 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2011-07-07 12:21:44 +00:00
parent d85c2e13dc
commit fc0ecb9bb1
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public abstract class Codec {
* Returns <code>true</code> iff compound file should be used for
* IndexDocValues, otherwise <code>false</code>.
*
* @see #setDocValuesUseCFS(boolean);
* @see #setDocValuesUseCFS(boolean)
* @return <code>true</code> iff compound file should be used for
* IndexDocValues, otherwise <code>false</code>.
*/