o get rid of reference to the ROLE field, use a class reference instead.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726310 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-12-13 23:54:41 +00:00
parent ca09b406af
commit bcc654c709
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ protected void setUp()
{
super.setUp();
if ( getContainer().hasComponent( MavenProjectBuilder.ROLE, "test" ) )
if ( getContainer().hasComponent( MavenProjectBuilder.class, "test" ) )
{
projectBuilder = lookup( MavenProjectBuilder.class, "test" );
}