Removing @todos ...

the methods in Abstract are all lucene index methods/validations which can be used by pom and metadata indices

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@365835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Edwin L. Punzalan 2006-01-04 06:12:34 +00:00
parent d2abff1bda
commit 516ebb6b95
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@ import org.apache.maven.artifact.repository.ArtifactRepository;
* Class used to index Artifact objects in a specified repository
*
* @author Edwin Punzalan
* @todo I think we should merge with Abstract*. Don't see that there'd be multiple implementations based on this
* --> the methods in Abstract are all lucene index methods/validations which can be used by pom and metadata indices
* @todo I think we should instantiate this based on a repository from a factory instead of making it a component of its own
*/
public class ArtifactRepositoryIndex
extends AbstractRepositoryIndex