]> source.dussan.org Git - archiva.git/commitdiff
remove unused method
authorBrett Porter <brett@apache.org>
Fri, 30 Dec 2005 06:18:27 +0000 (06:18 +0000)
committerBrett Porter <brett@apache.org>
Fri, 30 Dec 2005 06:18:27 +0000 (06:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359997 13f79535-47bb-0310-9956-ffa450edef68

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

index 245379bf9a53045d51da96d9a3f40657cad44657..21319d871281aa1b9fff2fb8783738deb217e594 100644 (file)
@@ -119,16 +119,6 @@ public class LocationArtifactReportProcessor
         }
     }
 
-    /**
-     * Validate the if the artifact exists in the specified location.
-     *
-     * @param filename
-     */
-    private boolean validateArtifactLocation( String filename )
-    {
-        return new File( filename ).exists();
-    }
-
     /**
      * Extract the contents of the artifact/jar file.
      *