o Clarified API

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@810053 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-09-01 13:49:27 +00:00
parent f527d87078
commit 7ef7751684
1 changed files with 5 additions and 5 deletions

View File

@ -80,10 +80,10 @@ ArtifactRepository createLocalRepository( File localRepository )
ArtifactRepository createArtifactRepository( String id, String url, ArtifactRepositoryLayout repositoryLayout, ArtifactRepositoryPolicy snapshots, ArtifactRepositoryPolicy releases );
/**
* Calculates the effective repositories for the given input repositories. This process will essentially remove
* duplicate repositories by merging them into one equivalent repository. It is worth to point out that merging does
* not simply choose one of the input repositories and discards the others but actually combines their possibly
* different policies.
* Calculates the effective repositories for the given input repositories which are assumed to be already mirrored
* (if applicable). This process will essentially remove duplicate repositories by merging them into one equivalent
* repository. It is worth to point out that merging does not simply choose one of the input repositories and
* discards the others but actually combines their possibly different policies.
*
* @param repositories The original repositories, may be {@code null}.
* @return The effective repositories or {@code null} if the input was {@code null}.