From 0291db44bc8e092f7cb2f577f0ac8ab6fa6a5fd7 Mon Sep 17 00:00:00 2001 From: Chris Hostetter Date: Mon, 12 Aug 2019 14:55:17 -0700 Subject: [PATCH] SOLR-13464: fix javadoc typo that precommit somehow missed? --- .../src/java/org/apache/solr/cloud/SolrCloudAuthTestCase.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudAuthTestCase.java b/solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudAuthTestCase.java index ca391fb5030..1c4adbfd9db 100644 --- a/solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudAuthTestCase.java +++ b/solr/test-framework/src/java/org/apache/solr/cloud/SolrCloudAuthTestCase.java @@ -43,6 +43,7 @@ import org.apache.solr.client.solrj.embedded.JettySolrRunner; import org.apache.solr.common.util.Base64; import org.apache.solr.common.util.StrUtils; import org.apache.solr.common.util.Utils; +import org.apache.solr.util.TimeOut; import org.jose4j.jws.JsonWebSignature; import org.jose4j.lang.JoseException; import org.slf4j.Logger; @@ -242,7 +243,7 @@ public class SolrCloudAuthTestCase extends SolrCloudTestCase { * "authentication" or "authorization" plugins in use each * node of the current cluster. *

- * This can be useful in a {@line TimeOut#waitFor} loop to monitor a cluster and "wait for" + * This can be useful in a {@link TimeOut#waitFor} loop to monitor a cluster and "wait for" * A change in security settings to affect all nodes by comparing the objects in the current * Map with the one in use prior to executing some test command. (providing a work around * for the security user experienence limitations identified in