Skip to content

Commit 018ce54

Browse files
committed
fixing javadoc
1 parent b2c615f commit 018ce54

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/gov/loc/repository/bagit/verify/BagVerifier.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public static void quicklyVerify(Bag bag, boolean ignoreHiddenFiles) throws IOEx
9696
* A bag is <b>valid</b> if the bag is complete and every checksum has been
9797
* verified against the contents of its corresponding file.
9898
* @param bag the {@link Bag} object to check
99-
* @param algorithm the {@link SupportedAlgorithm} implementation to use to generate checksum hashes
10099
* @param ignoreHiddenFiles ignore hidden files unless explicitly listed in manifest(s)
101100
*
102101
* @throws NoSuchAlgorithmException when trying to generate a {@link MessageDigest}
@@ -127,7 +126,6 @@ public static void isValid(Bag bag, boolean ignoreHiddenFiles) throws Exception{
127126
* Check the supplied checksum hashes against the generated checksum hashes
128127
*
129128
* @param manifest list of file and their hash
130-
* @param algorithm the algorithm to use to generate checksum hash
131129
* @throws CorruptChecksumException if any of the files computed checksum is different than the manifest supplied checksum
132130
*/
133131
protected static void checkHashes(Manifest manifest) throws Exception{

0 commit comments

Comments
 (0)