This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new a504a46  Dodge the problem of split package-links and javadoc going 
nuts.
a504a46 is described below

commit a504a467e51f8238b9a9611d2763d6851b850876
Author: Dawid Weiss <[email protected]>
AuthorDate: Thu Aug 26 15:09:41 2021 +0200

    Dodge the problem of split package-links and javadoc going nuts.
---
 solr/benchmark/src/java/org/apache/solr/bench/MiniClusterState.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/solr/benchmark/src/java/org/apache/solr/bench/MiniClusterState.java 
b/solr/benchmark/src/java/org/apache/solr/bench/MiniClusterState.java
index 4d2f498..b9085a9 100755
--- a/solr/benchmark/src/java/org/apache/solr/bench/MiniClusterState.java
+++ b/solr/benchmark/src/java/org/apache/solr/bench/MiniClusterState.java
@@ -55,7 +55,7 @@ import org.openjdk.jmh.annotations.TearDown;
 import org.openjdk.jmh.infra.BenchmarkParams;
 import org.openjdk.jmh.infra.Control;
 
-/** The base class for Solr JMH benchmarks that operate against a {@link 
MiniSolrCloudCluster}. */
+/** The base class for Solr JMH benchmarks that operate against a {@code 
MiniSolrCloudCluster}. */
 public class MiniClusterState {
 
   public static final boolean DEBUG_OUTPUT = false;

Reply via email to