mirror of https://github.com/apache/maven.git
o Fixed NPE
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@790099 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
accb45543f
commit
49acd30848
|
@ -205,7 +205,7 @@ class ModelData
|
|||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return model.toString();
|
||||
return String.valueOf( model );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue