Removing @author references to Maria Odea Ching's from submitted patches

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@359159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Edwin L. Punzalan 2005-12-27 01:57:01 +00:00
parent 398db2ddf6
commit e4ee2ce3e6
5 changed files with 1 additions and 5 deletions

View File

@ -48,7 +48,6 @@ import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
/**
* This class gets all the paths that contain the metadata files.
*
* @author Maria Odea Ching
*/
public class DefaultMetadataDiscoverer implements MetadataDiscoverer {

View File

@ -23,7 +23,6 @@ import java.util.List;
/**
* Interface for discovering metadata files.
*
* @author Maria Odea Ching
*/
public interface MetadataDiscoverer {
String ROLE = MetadataDiscoverer.class.getName();

View File

@ -46,7 +46,6 @@ import org.apache.maven.artifact.versioning.VersionRange;
* This class searches the index for existing artifacts that contains the
* specified query string.
*
* @author Maria Odea Ching
*/
public class ArtifactRepositorySearcher implements RepositorySearcher {

View File

@ -20,7 +20,7 @@ package org.apache.maven.repository.indexing;
import java.util.List;
/**
* @author Maria Odea Ching
*
*/
public interface RepositorySearcher {

View File

@ -32,7 +32,6 @@ import org.codehaus.plexus.PlexusTestCase;
/**
*
* @author Edwin Punzalan/Maria Odea Ching
*/
public class ArtifactRepositoryIndexingTest
extends PlexusTestCase