aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-base/archiva-checksum/src
diff options
context:
space:
mode:
authorskygo <skygo@unknown>2014-02-25 02:01:14 +0000
committerskygo <skygo@unknown>2014-02-25 02:01:14 +0000
commit764c9d64245b90cddef47289467a623ec0dac9e4 (patch)
tree2dfadf5fb667d57542a184593f34f946f5cc7d4d /archiva-modules/archiva-base/archiva-checksum/src
parent0b3773952c9ea2edda2d90fab37392068500a0b9 (diff)
downloadarchiva-764c9d64245b90cddef47289467a623ec0dac9e4.tar.gz
archiva-764c9d64245b90cddef47289467a623ec0dac9e4.zip
fix javadoc. Generation possible on jdk8
(fix html content + replace @todo with TODO ) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1571532 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-base/archiva-checksum/src')
-rw-r--r--archiva-modules/archiva-base/archiva-checksum/src/main/java/org/apache/archiva/checksum/ChecksummedFile.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/archiva-modules/archiva-base/archiva-checksum/src/main/java/org/apache/archiva/checksum/ChecksummedFile.java b/archiva-modules/archiva-base/archiva-checksum/src/main/java/org/apache/archiva/checksum/ChecksummedFile.java
index e6a3d6aa5..0aeb76285 100644
--- a/archiva-modules/archiva-base/archiva-checksum/src/main/java/org/apache/archiva/checksum/ChecksummedFile.java
+++ b/archiva-modules/archiva-base/archiva-checksum/src/main/java/org/apache/archiva/checksum/ChecksummedFile.java
@@ -35,9 +35,9 @@ import java.util.regex.Pattern;
/**
* ChecksummedFile
- * <p/>
+ *
+ * <p>Terminology:</p>
* <dl>
- * <lh>Terminology:</lh>
* <dt>Checksum File</dt>
* <dd>The file that contains the previously calculated checksum value for the reference file.
* This is a text file with the extension ".sha1" or ".md5", and contains a single entry
@@ -120,12 +120,12 @@ public class ChecksummedFile
* <p>
* Given a checksum file, check to see if the file it represents is valid according to the checksum.
* </p>
- * <p/>
+ *
* <p>
* NOTE: Only supports single file checksums of type MD5 or SHA1.
* </p>
*
- * @param checksumFile the algorithms to check for.
+ * @param algorithm the algorithms to check for.
* @return true if the checksum is valid for the file it represents. or if the checksum file does not exist.
* @throws IOException if the reading of the checksumFile or the file it refers to fails.
*/
@@ -304,10 +304,10 @@ public class ChecksummedFile
/**
* Parse a checksum string.
- * <p/>
+ * <p>
* Validate the expected path, and expected checksum algorithm, then return
* the trimmed checksum hex string.
- *
+ * </p>
* @param rawChecksumString
* @param expectedHash
* @param expectedPath