]> source.dussan.org Git - archiva.git/commitdiff
more reformatting
authorBrett Porter <brett@apache.org>
Fri, 30 Dec 2005 04:56:52 +0000 (04:56 +0000)
committerBrett Porter <brett@apache.org>
Fri, 30 Dec 2005 04:56:52 +0000 (04:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359988 13f79535-47bb-0310-9956-ffa450edef68

maven-repository-discovery/src/main/java/org/apache/maven/repository/discovery/DefaultMetadataDiscoverer.java
maven-repository-reports-standard/src/main/java/org/apache/maven/repository/reporting/LocationArtifactReportProcessor.java

index 14f4d6d1dd3b21bd8bc43d9e4d19f61e23581112..14acf5d3760f1dad1f291c6beaf6ce3fb334c312 100644 (file)
@@ -69,8 +69,7 @@ public class DefaultMetadataDiscoverer
 
         for ( int i = 0; i < metadataPaths.length; i++ )
         {
-            RepositoryMetadata metadata = buildMetadata( repositoryBase
-                .getPath(), metadataPaths[i] );
+            RepositoryMetadata metadata = buildMetadata( repositoryBase.getPath(), metadataPaths[i] );
 
             if ( metadata != null )
             {
index fa5b847f6f857a63c0a1fe8e0d1eafef3f7af393..e2cfb4c91ef6f7d5a1a70e97c48d8a20b5d21fb1 100644 (file)
@@ -107,16 +107,14 @@ public class LocationArtifactReportProcessor
             }
             else if ( fsPomLocation == false && pkgPomLocation == true )
             {
-                reporter
-                    .addFailure( artifact,
-                                 "The artifact is out of place. It does not match the specified location in the file system pom." );
+                reporter.addFailure( artifact,
+                                     "The artifact is out of place. It does not match the specified location in the file system pom." );
 
             }
             else if ( fsPomLocation == true && pkgPomLocation == false )
             {
-                reporter
-                    .addFailure( artifact,
-                                 "The artifact is out of place. It does not match the specified location in the packaged pom." );
+                reporter.addFailure( artifact,
+                                     "The artifact is out of place. It does not match the specified location in the packaged pom." );
 
             }
             else if ( fsPomLocation == false && pkgPomLocation == false )