]> source.dussan.org Git - archiva.git/commitdiff
Removing @todos ...
authorEdwin L. Punzalan <epunzalan@apache.org>
Wed, 4 Jan 2006 06:12:34 +0000 (06:12 +0000)
committerEdwin L. Punzalan <epunzalan@apache.org>
Wed, 4 Jan 2006 06:12:34 +0000 (06:12 +0000)
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

maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/ArtifactRepositoryIndex.java

index 85a3979565a30d9dfb55252d092c118b59bf30e1..3d44c113b8082f3e68c6a56ee6bfdf08a4368417 100644 (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