You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2012/08/18 12:26:51 UTC

svn commit: r1374549 - /lucene/dev/trunk/solr/core/src/java/org/apache/solr/util/SimplePostTool.java

Author: janhoy
Date: Sat Aug 18 10:26:51 2012
New Revision: 1374549

URL: http://svn.apache.org/viewvc?rev=1374549&view=rev
Log:
SOLR-3691: Fixed javadocs-lint errors

Modified:
    lucene/dev/trunk/solr/core/src/java/org/apache/solr/util/SimplePostTool.java

Modified: lucene/dev/trunk/solr/core/src/java/org/apache/solr/util/SimplePostTool.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/java/org/apache/solr/util/SimplePostTool.java?rev=1374549&r1=1374548&r2=1374549&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/java/org/apache/solr/util/SimplePostTool.java (original)
+++ lucene/dev/trunk/solr/core/src/java/org/apache/solr/util/SimplePostTool.java Sat Aug 18 10:26:51 2012
@@ -147,7 +147,7 @@ public class SimplePostTool {
   }
   
   /**
-   * See {@link #usage()} for valid command line usage
+   * See usage() for valid command line usage
    * @param args the params on the command line
    */
   public static void main(String[] args) {
@@ -228,7 +228,7 @@ public class SimplePostTool {
 
   /**
    * Constructor which takes in all mandatory input for the tool to work.
-   * Also see {@link #usage()} for further explanation of the params.
+   * Also see usage() for further explanation of the params.
    * @param mode whether to post files, web pages, params or stdin
    * @param url the Solr base Url to post to, should end with /update
    * @param auto if true, we'll guess type and add resourcename/url