mirror of https://github.com/apache/maven.git
Removing final from class. Tycho has a case where it needs to extend.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@729996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da66dd9fd4
commit
269c07916e
|
@ -59,7 +59,7 @@ import org.codehaus.plexus.util.ReaderFactory;
|
|||
* Default implementation of the project builder.
|
||||
*/
|
||||
@Component(role = ProjectBuilder.class)
|
||||
public final class DefaultProjectBuilder
|
||||
public class DefaultProjectBuilder
|
||||
implements ProjectBuilder, LogEnabled
|
||||
{
|
||||
@Requirement
|
||||
|
|
Loading…
Reference in New Issue