You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2019/08/12 21:55:27 UTC

[lucene-solr] branch master updated: SOLR-13464: fix javadoc typo that precommit somehow missed?

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

hossman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 0291db4  SOLR-13464: fix javadoc typo that precommit somehow missed?
0291db4 is described below

commit 0291db44bc8e092f7cb2f577f0ac8ab6fa6a5fd7
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Mon Aug 12 14:55:17 2019 -0700

    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 ca391fb..1c4adbf 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 {
    * <code>"authentication"</code> or <code>"authorization"</code> plugins in use each
    * node of the current cluster.
    * <p>
-   * 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