mirror of https://github.com/apache/archiva.git
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:
parent
398db2ddf6
commit
e4ee2ce3e6
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ package org.apache.maven.repository.indexing;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author Maria Odea Ching
|
||||
*
|
||||
*/
|
||||
public interface RepositorySearcher {
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@ import org.codehaus.plexus.PlexusTestCase;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author Edwin Punzalan/Maria Odea Ching
|
||||
*/
|
||||
public class ArtifactRepositoryIndexingTest
|
||||
extends PlexusTestCase
|
||||
|
|
Loading…
Reference in New Issue