mirror of https://github.com/apache/maven.git
o Added toString() for Model to ease debugging
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@757879 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2d676a872
commit
22562724da
|
@ -583,6 +583,12 @@
|
|||
|
||||
return id.toString();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return getId();
|
||||
}
|
||||
]]>
|
||||
</code>
|
||||
</codeSegment>
|
||||
|
|
Loading…
Reference in New Issue