Changeset 470

Show
Ignore:
Timestamp:
04/06/07 01:19:10 (2 years ago)
Author:
mikey
Message:

corrected doc block

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/org/apache/maven/artifact/resolver/mvnArtifactCollector.php

    r459 r470  
    4747     * does the collecting work 
    4848     *  
    49      * @param   array<mvnArtifact>            $artifacts            a set of artifacts 
    50      * @param   mvnArtifact                   $originatingArtifact  the artifact that caused the collection 
    51      * @param   array<mvnArtifactRepository>  $remoteRepositories   a list of remote repositories 
    52      * @param   mvnArtifactRepository         $localRepository      the local repository 
    53      * @param   mvnArtifactMetadataSource     $source               ? 
    54      * @param   mvnArtifactFilter             $filter               the filter to use in while collecting the artifacts 
    55      * @param   array<mvnResolutionListener>  $listeners            a list of listeners 
    56      * @param   array<?>                      $managedVersions      optional 
     49     * @param   array<mvnArtifact>               $artifacts            a set of artifacts 
     50     * @param   mvnArtifact                      $originatingArtifact  the artifact that caused the collection 
     51     * @param   array<mvnArtifactRepository>     $remoteRepositories   a list of remote repositories 
     52     * @param   mvnArtifactRepository            $localRepository      the local repository 
     53     * @param   mvnArtifactMetadataSource        $source               ? 
     54     * @param   mvnArtifactFilter                $filter               the filter to use in while collecting the artifacts 
     55     * @param   array<mvnResolutionListener>     $listeners            a list of listeners 
     56     * @param   array<string,mvnResolutionNode>  $managedVersions      optional 
    5757     * @return  mvnArtifactResolutionResult 
    5858     * @throws  mvnArtifactResolutionException