[MNG-6844] Remove outdated TODOs

Relates to the 735b72fcf1 commit.
This commit is contained in:
Rostislav Krasny 2020-01-10 00:57:50 +02:00 committed by Michael Osipov
parent 5670dfa909
commit f620bb714d
1 changed files with 0 additions and 3 deletions

View File

@ -54,7 +54,6 @@ import org.codehaus.plexus.util.xml.Xpp3Dom;
public class DefaultModelInheritanceAssembler
implements ModelInheritanceAssembler
{
// TODO Remove this!
public void assembleBuildInheritance( Build childBuild, Build parentBuild, boolean handleAsInheritance )
{
// The build has been set but we want to step in here and fill in
@ -305,7 +304,6 @@ public class DefaultModelInheritanceAssembler
child.setProperties( props );
}
// TODO Remove this!
private void assembleDependencyManagementInheritance( Model child, Model parent )
{
DependencyManagement parentDepMgmt = parent.getDependencyManagement();
@ -524,7 +522,6 @@ public class DefaultModelInheritanceAssembler
}
// TODO Remove this!
private void assembleDependencyInheritance( Model child, Model parent )
{
Map<String, Dependency> depsMap = new LinkedHashMap<>();