]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1105]
authorMaria Odea B. Ching <oching@apache.org>
Wed, 18 Mar 2009 10:55:39 +0000 (10:55 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Wed, 18 Mar 2009 10:55:39 +0000 (10:55 +0000)
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

archiva-modules/archiva-web/archiva-webapp/src/main/java/org/apache/maven/archiva/web/action/admin/legacy/AddLegacyArtifactPathAction.java

index aa2005ea205ebe664bfbf141b2fd973f1cbb7b37..f3d4a36a263ed0868d0c4970fcf9f5a4878484dc 100644 (file)
@@ -76,8 +76,8 @@ public class AddLegacyArtifactPathAction
 
     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();