mirror of https://github.com/apache/lucene.git
SOLR-6564: Fix failing SolrInfoMBeanTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1628927 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
322b697b03
commit
88f7e7c687
|
@ -17,6 +17,7 @@ package org.apache.solr.search;
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import org.apache.solr.core.SolrInfoMBean;
|
||||
import org.apache.solr.handler.component.ResponseBuilder;
|
||||
import org.apache.solr.handler.component.SearchComponent;
|
||||
|
||||
|
@ -43,6 +44,7 @@ public class DelayingSearchComponent extends SearchComponent{
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return null;
|
||||
return "SearchComponent used to add delay to each request";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue