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:
Jason van Zyl 2007-02-28 01:30:44 +00:00
parent 31366ad057
commit 7d69da0eea
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public DefaultProfileManager( PlexusContainer container )
*/ */
public DefaultProfileManager( PlexusContainer container, Properties props ) public DefaultProfileManager( PlexusContainer container, Properties props )
{ {
this( container, (Settings)null, props ); this( container, null, props );
} }