From: Edwin L. Punzalan Date: Wed, 4 Jan 2006 06:12:34 +0000 (+0000) Subject: Removing @todos ... X-Git-Tag: archiva-0.9-alpha-1~1005 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=516ebb6b9556f92948b16173724bc8b5387e264e;p=archiva.git 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 --- diff --git a/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/ArtifactRepositoryIndex.java b/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/ArtifactRepositoryIndex.java index 85a397956..3d44c113b 100644 --- a/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/ArtifactRepositoryIndex.java +++ b/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/ArtifactRepositoryIndex.java @@ -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