o fix legacy path being set in artifact
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@755544
13f79535-47bb-0310-9956-
ffa450edef68
public String commit()
{
- this.legacyArtifactPath.setArtifact(
- this.groupId + ":" + this.artifactId + ":" + this.classifier + ":" + this.version + ":" + this.type );
+ this.legacyArtifactPath.setArtifact( this.groupId + ":" + this.artifactId + ":" + this.version + ":" +
+ this.classifier + ":" + this.type );
// Check the proposed Artifact macthes the path
ArtifactReference artifact = new ArtifactReference();