From 4c057cf4bfed16ed8c0955309be903deb33ec453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Sat, 18 Aug 2012 10:26:51 +0000 Subject: [PATCH] SOLR-3691: Fixed javadocs-lint errors git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1374549 13f79535-47bb-0310-9956-ffa450edef68 --- solr/core/src/java/org/apache/solr/util/SimplePostTool.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/core/src/java/org/apache/solr/util/SimplePostTool.java b/solr/core/src/java/org/apache/solr/util/SimplePostTool.java index b391ca975b5..edf8f67e904 100644 --- a/solr/core/src/java/org/apache/solr/util/SimplePostTool.java +++ b/solr/core/src/java/org/apache/solr/util/SimplePostTool.java @@ -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