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:
Brett Porter 2009-11-19 07:18:49 +00:00
parent bfd5ffb44a
commit 644537ee8b
1 changed files with 6 additions and 5 deletions

View File

@ -581,12 +581,12 @@ public class DefaultRepositoryProxyConnectors
} }
return resource; return resource;
} }
private void queueRepositoryTask( String repositoryId, File localFile ) private void queueRepositoryTask( String repositoryId, File localFile )
{ {
RepositoryTask task = TaskCreator.createRepositoryTask( repositoryId, localFile, true, true ); RepositoryTask task = TaskCreator.createRepositoryTask( repositoryId, localFile, true, true );
try try
{ {
scheduler.queueRepositoryTask( task ); scheduler.queueRepositoryTask( task );
@ -623,8 +623,9 @@ public class DefaultRepositoryProxyConnectors
* @param remoteRepository the remote repository to transfer from. * @param remoteRepository the remote repository to transfer from.
* @param remotePath the remote path to the resource to get. * @param remotePath the remote path to the resource to get.
* @param repository the managed repository that will hold the file * @param repository the managed repository that will hold the file
* @param localFile the local file that should contain the downloaded contents * @param resource the local file that should contain the downloaded contents
* @param type the type of checksum to transfer (example: ".md5" or ".sha1") * @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. * @throws ProxyException if copying the downloaded file into place did not succeed.
*/ */
private File transferChecksum( Wagon wagon, RemoteRepositoryContent remoteRepository, String remotePath, private File transferChecksum( Wagon wagon, RemoteRepositoryContent remoteRepository, String remotePath,