o remove ROLE field, use class reference

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726578 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-12-14 23:47:27 +00:00
parent 4062259129
commit f3d2285e2e
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@ import java.util.List;
*/
public interface RepositoryHelper
{
String ROLE = RepositoryHelper.class.getName();
void findModelFromRepository( Artifact artifact, List remoteArtifactRepositories,
ArtifactRepository localRepository )
throws ProjectBuildingException;