mirror of https://github.com/apache/maven.git
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:
parent
473b019ca8
commit
cfc55f7a52
|
@ -149,7 +149,7 @@ public class MojoDescriptor
|
|||
{
|
||||
parameterMap = new HashMap();
|
||||
|
||||
if ( parameters == null )
|
||||
if ( parameters != null )
|
||||
{
|
||||
for ( Iterator iterator = parameters.iterator(); iterator.hasNext(); )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue