mirror of https://github.com/apache/maven.git
correcting role name
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163329 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cf673c6270
commit
4dfcf82eae
|
@ -8,7 +8,7 @@ package org.apache.maven.project;
|
||||||
*/
|
*/
|
||||||
public interface ProjectDefaultsInjector
|
public interface ProjectDefaultsInjector
|
||||||
{
|
{
|
||||||
public static final String ROLE = DefaultProjectDefaultsInjector.class.getName();
|
String ROLE = ProjectDefaultsInjector.class.getName();
|
||||||
|
|
||||||
void injectDefaults( MavenProject project );
|
void injectDefaults( MavenProject project );
|
||||||
}
|
}
|
Loading…
Reference in New Issue