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:
Britton Isbell 2008-12-29 21:04:50 +00:00
parent da66dd9fd4
commit 269c07916e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
* Default implementation of the project builder.
*/
@Component(role = ProjectBuilder.class)
public final class DefaultProjectBuilder
public class DefaultProjectBuilder
implements ProjectBuilder, LogEnabled
{
@Requirement