mirror of https://github.com/apache/archiva.git
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:
parent
50e313727b
commit
50c62c3db7
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue