Minor javadoc fix in SuggestComponent

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657626 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tomas Eduardo Fernandez Lobbe 2015-02-05 17:04:57 +00:00
parent 20e84d6583
commit 442f111b4d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class SuggestComponent extends SearchComponent implements SolrCoreAware,
/** SolrConfig label to identify boolean value to build suggesters on optimize */
private static final String BUILD_ON_OPTIMIZE_LABEL = "buildOnOptimize";
/** SolrConfig label to identify boolean value to build suggesters on optimize */
/** SolrConfig label to identify boolean value to build suggesters on startup */
private static final String BUILD_ON_STARTUP_LABEL = "buildOnStartup";
@SuppressWarnings("unchecked")