mirror of https://github.com/apache/archiva.git
remove unused leaked implementation detail
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@545828 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
584f5cf27d
commit
5755e0ebc7
|
@ -20,7 +20,6 @@ package org.apache.maven.archiva.web.action;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import org.apache.commons.lang.StringUtils;
|
import org.apache.commons.lang.StringUtils;
|
||||||
import org.apache.lucene.queryParser.ParseException;
|
|
||||||
import org.apache.maven.archiva.indexer.RepositoryIndexException;
|
import org.apache.maven.archiva.indexer.RepositoryIndexException;
|
||||||
import org.apache.maven.archiva.indexer.RepositoryIndexSearchException;
|
import org.apache.maven.archiva.indexer.RepositoryIndexSearchException;
|
||||||
import org.apache.maven.archiva.indexer.search.CrossRepositorySearch;
|
import org.apache.maven.archiva.indexer.search.CrossRepositorySearch;
|
||||||
|
@ -58,7 +57,7 @@ public class SearchAction
|
||||||
private static final String ARTIFACT = "artifact";
|
private static final String ARTIFACT = "artifact";
|
||||||
|
|
||||||
public String quickSearch()
|
public String quickSearch()
|
||||||
throws MalformedURLException, RepositoryIndexException, RepositoryIndexSearchException, ParseException
|
throws MalformedURLException, RepositoryIndexException, RepositoryIndexSearchException
|
||||||
{
|
{
|
||||||
/* TODO: give action message if indexing is in progress.
|
/* TODO: give action message if indexing is in progress.
|
||||||
* This should be based off a count of 'unprocessed' artifacts.
|
* This should be based off a count of 'unprocessed' artifacts.
|
||||||
|
|
Loading…
Reference in New Issue