add some checks and notes

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@412028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-06-06 07:42:03 +00:00
parent 9667f8e222
commit 24873267f7
2 changed files with 2 additions and 1 deletions

View File

@ -53,6 +53,7 @@ import java.util.Map;
* @author Edwin Punzalan
* @plexus.component role="org.apache.maven.repository.proxy.ProxyManager"
* @todo too much of wagon manager is reproduced here because checksums need to be downloaded separately - is that necessary?
* @todo this isn't reusing the parts of wagon manager than handle snapshots
*/
public class DefaultProxyManager
extends AbstractLogEnabled

View File

@ -17,8 +17,8 @@ package org.apache.maven.repository.digest;
*/
import java.io.File;
import java.io.IOException;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.security.NoSuchAlgorithmException;
/**