fix javadoc tag

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1226000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2011-12-31 00:50:52 +00:00
parent 52a47d09ba
commit c0600cc6dc
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ package org.apache.solr.common.params;
*
* @since solr 1.2
*/
public interface UpdateParams
public interface UpdateParams
{
/** wait for the search to warm up */
@ -43,7 +43,7 @@ public interface UpdateParams
/** Optimize the index and commit everything after the command completes */
public static String OPTIMIZE = "optimize";
/** @expert calls IndexWriter.prepareCommit */
/** expert: calls IndexWriter.prepareCommit */
public static String PREPARE_COMMIT = "prepareCommit";
/** Rollback update commands */