mirror of https://github.com/apache/maven.git
o Eased debugging
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@901925 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
58f5740f49
commit
664537e3f8
|
@ -67,4 +67,10 @@ class ArtifactClassRealmConstituent
|
||||||
return artifact.getFile();
|
return artifact.getFile();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString()
|
||||||
|
{
|
||||||
|
return artifact.getId();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue