mirror of https://github.com/apache/maven.git
o unrequired cast
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@512552 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
31366ad057
commit
7d69da0eea
|
@ -66,7 +66,7 @@ public class DefaultProfileManager
|
||||||
*/
|
*/
|
||||||
public DefaultProfileManager( PlexusContainer container, Properties props )
|
public DefaultProfileManager( PlexusContainer container, Properties props )
|
||||||
{
|
{
|
||||||
this( container, (Settings)null, props );
|
this( container, null, props );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue