Browse Source

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
tags/archiva-0.9-alpha-1
Edwin L. Punzalan 18 years ago
parent
commit
516ebb6b95

+ 0
- 3
maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/ArtifactRepositoryIndex.java 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

Loading…
Cancel
Save