Skip to content

Commit a504a46

Browse files
committed
Dodge the problem of split package-links and javadoc going nuts.
1 parent 1f652f6 commit a504a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/benchmark/src/java/org/apache/solr/bench/MiniClusterState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
import org.openjdk.jmh.infra.BenchmarkParams;
5656
import org.openjdk.jmh.infra.Control;
5757

58-
/** The base class for Solr JMH benchmarks that operate against a {@link MiniSolrCloudCluster}. */
58+
/** The base class for Solr JMH benchmarks that operate against a {@code MiniSolrCloudCluster}. */
5959
public class MiniClusterState {
6060

6161
public static final boolean DEBUG_OUTPUT = false;

0 commit comments

Comments
 (0)