mirror of https://github.com/apache/maven.git
Changing constructor with Settings back to public.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@438132 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
20a65e65ea
commit
136739b708
|
@ -73,7 +73,7 @@ public class DefaultProfileManager
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private DefaultProfileManager( PlexusContainer container, Settings settings )
|
public DefaultProfileManager( PlexusContainer container, Settings settings )
|
||||||
{
|
{
|
||||||
this.container = container;
|
this.container = container;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue