remove outdated comments

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@360473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-01-01 02:56:07 +00:00
parent 50e313727b
commit 50c62c3db7
1 changed files with 0 additions and 4 deletions

View File

@ -50,8 +50,6 @@ public abstract class AbstractArtifactDiscoverer
/**
* Scan the repository for artifact paths.
*
* @todo replace blacklisted patterns by an artifact filter
*/
protected String[] scanForArtifactPaths( File repositoryBase, String blacklistedPatterns )
{
@ -60,8 +58,6 @@ public abstract class AbstractArtifactDiscoverer
/**
* Scan the repository for artifact paths.
*
* @todo replace blacklisted patterns by an artifact filter
*/
protected String[] scanForArtifactPaths( File repositoryBase, String blacklistedPatterns, String[] includes,
String[] excludes )