You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ot...@apache.org on 2009/01/14 05:55:51 UTC

svn commit: r734329 - /lucene/solr/trunk/src/common/org/apache/solr/common/params/CommonParams.java

Author: otis
Date: Tue Jan 13 20:55:50 2009
New Revision: 734329

URL: http://svn.apache.org/viewvc?rev=734329&view=rev
Log:
SOLR-957 - Javadoc fix

Modified:
    lucene/solr/trunk/src/common/org/apache/solr/common/params/CommonParams.java

Modified: lucene/solr/trunk/src/common/org/apache/solr/common/params/CommonParams.java
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/common/org/apache/solr/common/params/CommonParams.java?rev=734329&r1=734328&r2=734329&view=diff
==============================================================================
--- lucene/solr/trunk/src/common/org/apache/solr/common/params/CommonParams.java (original)
+++ lucene/solr/trunk/src/common/org/apache/solr/common/params/CommonParams.java Tue Jan 13 20:55:50 2009
@@ -47,7 +47,7 @@
   /** stylesheet to apply to XML results */
   public static final String XSL ="xsl";
   
-  /** stylesheet to apply to XML results */
+  /** version parameter to check request-response compatibility */
   public static final String VERSION ="version";
   
   /** query and init param for field list */