Author: brett
Date: Thu Nov 19 07:18:49 2009
New Revision: 882063
URL: http://svn.apache.org/viewvc?rev=882063&view=rev
Log:
cleanup javadoc tags
Modified:
archiva/branches/MRM-1025/archiva-modules/archiva-base/archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/DefaultRepositoryProxyConnectors.java
Modified:
archiva/branches/MRM-1025/archiva-modules/archiva-base/archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/DefaultRepositoryProxyConnectors.java
URL:
http://svn.apache.org/viewvc/archiva/branches/MRM-1025/archiva-modules/archiva-base/archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/DefaultRepositoryProxyConnectors.java?rev=882063&r1=882062&r2=882063&view=diff
==============================================================================
---
archiva/branches/MRM-1025/archiva-modules/archiva-base/archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/DefaultRepositoryProxyConnectors.java
(original)
+++
archiva/branches/MRM-1025/archiva-modules/archiva-base/archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/DefaultRepositoryProxyConnectors.java
Thu Nov 19 07:18:49 2009
@@ -581,12 +581,12 @@
}
return resource;
- }
-
+ }
+
private void queueRepositoryTask( String repositoryId, File localFile )
{
RepositoryTask task = TaskCreator.createRepositoryTask( repositoryId,
localFile, true, true );
-
+
try
{
scheduler.queueRepositoryTask( task );
@@ -623,8 +623,9 @@
* @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,