From ed2c8e97ea37926c89671458029903cecf678f6a Mon Sep 17 00:00:00 2001 From: Christopher John Male Date: Sun, 18 Sep 2011 11:47:22 +0000 Subject: [PATCH] Fixed broken javadoc in QueryUtils and QueryCommand git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1172260 13f79535-47bb-0310-9956-ffa450edef68 --- solr/core/src/java/org/apache/solr/search/QueryUtils.java | 4 ++-- .../search/grouping/distributed/command/QueryCommand.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/solr/core/src/java/org/apache/solr/search/QueryUtils.java b/solr/core/src/java/org/apache/solr/search/QueryUtils.java index 5f6cc6fc132..2eb6011827f 100755 --- a/solr/core/src/java/org/apache/solr/search/QueryUtils.java +++ b/solr/core/src/java/org/apache/solr/search/QueryUtils.java @@ -48,8 +48,8 @@ public class QueryUtils { *

* The caller can tell the sign of the original by a reference comparison between * the original and returned query. - * @param q - * @return + * @param q Query to create the absolute version of + * @return Absolute version of the Query */ public static Query getAbs(Query q) { if (q instanceof WrappedQuery) { diff --git a/solr/core/src/java/org/apache/solr/search/grouping/distributed/command/QueryCommand.java b/solr/core/src/java/org/apache/solr/search/grouping/distributed/command/QueryCommand.java index ebc0a307605..d6e1517b835 100644 --- a/solr/core/src/java/org/apache/solr/search/grouping/distributed/command/QueryCommand.java +++ b/solr/core/src/java/org/apache/solr/search/grouping/distributed/command/QueryCommand.java @@ -78,7 +78,7 @@ public class QueryCommand implements Command { * Sets the docSet based on the created {@link DocSet} * * @param searcher The searcher executing the - * @return + * @return this * @throws IOException */ public Builder setDocSet(SolrIndexSearcher searcher) throws IOException {