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