mirror of https://github.com/apache/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
This commit is contained in:
parent
d2abff1bda
commit
516ebb6b95
|
@ -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…
Reference in New Issue