You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by yo...@apache.org on 2011/12/31 01:50:52 UTC

svn commit: r1226000 - /lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/common/params/UpdateParams.java

Author: yonik
Date: Sat Dec 31 00:50:52 2011
New Revision: 1226000

URL: http://svn.apache.org/viewvc?rev=1226000&view=rev
Log:
fix javadoc tag

Modified:
    lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/common/params/UpdateParams.java

Modified: lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/common/params/UpdateParams.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/common/params/UpdateParams.java?rev=1226000&r1=1225999&r2=1226000&view=diff
==============================================================================
--- lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/common/params/UpdateParams.java (original)
+++ lucene/dev/trunk/solr/solrj/src/java/org/apache/solr/common/params/UpdateParams.java Sat Dec 31 00:50:52 2011
@@ -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 */