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:
Erik Hatcher 2011-10-26 16:32:34 +00:00
parent 9e2619b6bc
commit f56b7495b1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
/**
* 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 {