o no doco is better then incorrect doco

git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@775287 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-05-15 18:53:24 +00:00
parent 6d05b5e7ae
commit 8674601f3b
1 changed files with 0 additions and 8 deletions

View File

@ -37,14 +37,6 @@ import org.codehaus.plexus.component.annotations.Requirement;
import org.codehaus.plexus.logging.AbstractLogEnabled;
import org.codehaus.plexus.util.StringUtils;
/**
* Things that we deal with in this populator to ensure that we have a valid
* {@MavenExecutionRequest}
* <p/>
* - POM - Settings - Local Repository - Snapshot update policies - Repository checksum policies -
* Artifact transfer mechanism configuration - Eventing/Logging configuration - Profile manager
* configuration
*/
@Component(role = MavenExecutionRequestPopulator.class)
public class DefaultMavenExecutionRequestPopulator
extends AbstractLogEnabled