We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f652f6 commit a504a46Copy full SHA for a504a46
solr/benchmark/src/java/org/apache/solr/bench/MiniClusterState.java
@@ -55,7 +55,7 @@
55
import org.openjdk.jmh.infra.BenchmarkParams;
56
import org.openjdk.jmh.infra.Control;
57
58
-/** 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}. */
59
public class MiniClusterState {
60
61
public static final boolean DEBUG_OUTPUT = false;
0 commit comments