You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2016/12/13 19:14:19 UTC

[2/2] lucene-solr:feature/metrics: SOLR-4735 Fix javadoc errors.

SOLR-4735 Fix javadoc errors.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/3ba5d7db
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3ba5d7db
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3ba5d7db

Branch: refs/heads/feature/metrics
Commit: 3ba5d7db0971eb638a5e1dae17fb3c9ea36440d4
Parents: 98a04b6
Author: Andrzej Bialecki <ab...@apache.org>
Authored: Tue Dec 13 20:13:58 2016 +0100
Committer: Andrzej Bialecki <ab...@apache.org>
Committed: Tue Dec 13 20:13:58 2016 +0100

----------------------------------------------------------------------
 .../src/java/org/apache/solr/metrics/SolrMetricManager.java     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3ba5d7db/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java b/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java
index 24cf36d..abb79fb 100644
--- a/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java
+++ b/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java
@@ -336,11 +336,10 @@ public class SolrMetricManager {
    * This would be mostly be useful if you want to combine the metrics from a few registries for a single
    * reporter.
    * <p>For example, in order to collect metrics from related cores in a single registry you could specify
-   * the following system properties:
+   * the following system properties:</p>
    * <pre>
    *   ... -Dsolr.core.collection1=solr.core.allCollections -Dsolr.core.collection2=solr.core.allCollections
    * </pre>
-   * </p>
    * <b>NOTE:</b> Once a registry is renamed in a way that its metrics are combined with another repository
    * it is no longer possible to retrieve the original metrics until this renaming is removed and the Solr
    * {@link org.apache.solr.core.SolrInfoMBean.Group} of components that reported to that name is restarted.
@@ -371,7 +370,7 @@ public class SolrMetricManager {
    * @param group reporting group
    * @param names optional child elements of the registry name. If exactly one element is provided
    *              and it already contains the required prefix and group name then this value will be used,
-   *              and the {@param group} parameter will be ignored.
+   *              and the group parameter will be ignored.
    * @return fully-qualified and prefixed registry name, with overrides applied.
    */
   public static String getRegistryName(SolrInfoMBean.Group group, String... names) {