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:
Brett Porter 2007-06-10 01:44:27 +00:00
parent 584f5cf27d
commit 5755e0ebc7
1 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ package org.apache.maven.archiva.web.action;
*/
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.RepositoryIndexSearchException;
import org.apache.maven.archiva.indexer.search.CrossRepositorySearch;
@ -58,7 +57,7 @@ public class SearchAction
private static final String ARTIFACT = "artifact";
public String quickSearch()
throws MalformedURLException, RepositoryIndexException, RepositoryIndexSearchException, ParseException
throws MalformedURLException, RepositoryIndexException, RepositoryIndexSearchException
{
/* TODO: give action message if indexing is in progress.
* This should be based off a count of 'unprocessed' artifacts.