mirror of https://github.com/apache/archiva.git
Renamed object to make the implementation obvious
git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@351565 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
286bd7bd95
commit
7695127b05
|
@ -35,7 +35,7 @@ import org.apache.maven.repository.RepositoryFileFilter;
|
|||
* information inside the metadata file. Plugin metadata will be checked for validity of the latest plugin artifacts.
|
||||
*
|
||||
*/
|
||||
public class BadMetadataReporter implements MetadataReportProcessor
|
||||
public class BadMetadataReportProcessor implements MetadataReportProcessor
|
||||
{
|
||||
// plexus components
|
||||
private ArtifactFactory artifactFactory;
|
Loading…
Reference in New Issue