Author: epunzalan
Date: Tue Jan 3 22:12:34 2006
New Revision: 365835
URL: http://svn.apache.org/viewcvs?rev=365835&view=rev
Log:
Removing @todos ...
the methods in Abstract are all lucene index methods/validations which can be
used by pom and metadata indices
Modified:
maven/repository-manager/trunk/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/ArtifactRepositoryIndex.java
Modified:
maven/repository-manager/trunk/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/ArtifactRepositoryIndex.java
URL:
http://svn.apache.org/viewcvs/maven/repository-manager/trunk/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/ArtifactRepositoryIndex.java?rev=365835&r1=365834&r2=365835&view=diff
==============================================================================
---
maven/repository-manager/trunk/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/ArtifactRepositoryIndex.java
(original)
+++
maven/repository-manager/trunk/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/ArtifactRepositoryIndex.java
Tue Jan 3 22:12:34 2006
@@ -37,9 +37,6 @@
* 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