Fix bad test.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@208710 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-07-01 04:53:10 +00:00
parent 473b019ca8
commit cfc55f7a52
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class MojoDescriptor
{
parameterMap = new HashMap();
if ( parameters == null )
if ( parameters != null )
{
for ( Iterator iterator = parameters.iterator(); iterator.hasNext(); )
{