mirror of https://github.com/apache/lucene.git
Fix javadoc reference
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1189299 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e2619b6bc
commit
f56b7495b1
|
@ -34,7 +34,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Extend SolrJettyTestBase because the SOLR-2535 bug only manifested itself when
|
* Extend SolrJettyTestBase because the SOLR-2535 bug only manifested itself when
|
||||||
* the {@link SolrDispatchFilter} is used, which isn't for embedded Solr use.
|
* the {@link org.apache.solr.servlet.SolrDispatchFilter} is used, which isn't for embedded Solr use.
|
||||||
*/
|
*/
|
||||||
public class ShowFileRequestHandlerTest extends SolrJettyTestBase {
|
public class ShowFileRequestHandlerTest extends SolrJettyTestBase {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue