Author: aheritier
Date: Sat Jul 22 14:17:33 2006
New Revision: 424631
URL: http://svn.apache.org/viewvc?rev=424631&view=rev
Log:
Fix comment
Modified:
maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/DependencyVerifier.java
Modified:
maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/DependencyVerifier.java
URL:
http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/DependencyVerifier.java?rev=424631&r1=424630&r2=424631&view=diff
==============================================================================
---
maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/DependencyVerifier.java
(original)
+++
maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/DependencyVerifier.java
Sat Jul 22 14:17:33 2006
@@ -247,13 +247,6 @@
}
/**
- * Rules for verifying the checksum.
- *
- * We attempt to download artifacts and their accompanying md5 checksum
- * files.
- */
-
- /**
* Try and retrieve the dependencies from the remote repository in
* order to satisfy the dependencies of the project.
* @throws ChecksumVerificationException If checksums don't match.
@@ -636,6 +629,12 @@
// V E R I F I C A T I O N
// ----------------------------------------------------------------------
+ /**
+ * Rules for verifying the checksum.
+ *
+ * We attempt to download artifacts and their accompanying md5 checksum
+ * files.
+ */
private void verifyChecksum( ChecksumObserver checksumObserver, File
destination, File tempDestination,
String remotePath, String
checksumFileExtension, Wagon wagon )
throws ResourceDoesNotExistException, TransferFailedException,
AuthorizationException,