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:
Edwin L. Punzalan 2005-12-02 03:34:51 +00:00
parent 286bd7bd95
commit 7695127b05
1 changed files with 1 additions and 1 deletions

View File

@ -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;