mirror of https://github.com/apache/archiva.git
cleanup javadoc tags
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@882063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bfd5ffb44a
commit
644537ee8b
|
@ -623,8 +623,9 @@ public class DefaultRepositoryProxyConnectors
|
|||
* @param remoteRepository the remote repository to transfer from.
|
||||
* @param remotePath the remote path to the resource to get.
|
||||
* @param repository the managed repository that will hold the file
|
||||
* @param localFile the local file that should contain the downloaded contents
|
||||
* @param type the type of checksum to transfer (example: ".md5" or ".sha1")
|
||||
* @param resource the local file that should contain the downloaded contents
|
||||
* @param tmpDirectory the temporary directory to download to
|
||||
* @param ext the type of checksum to transfer (example: ".md5" or ".sha1")
|
||||
* @throws ProxyException if copying the downloaded file into place did not succeed.
|
||||
*/
|
||||
private File transferChecksum( Wagon wagon, RemoteRepositoryContent remoteRepository, String remotePath,
|
||||
|
|
Loading…
Reference in New Issue