mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 10:32:00 +01:00
updated javadoc author
Former-commit-id: 8cd3670afd8b5be3aea7b80040836ef54bda0725
This commit is contained in:
@@ -35,7 +35,7 @@ import org.apache.commons.lang.StringUtils;
|
|||||||
* Note, the parser contained in this class expects the version numbers to be separated by periods. If a different
|
* Note, the parser contained in this class expects the version numbers to be separated by periods. If a different
|
||||||
* separator is used the parser will likely fail.</p>
|
* separator is used the parser will likely fail.</p>
|
||||||
*
|
*
|
||||||
* @author Jeremy Long <jeremy.long@owasp.org>
|
* @author Jeremy Long
|
||||||
*/
|
*/
|
||||||
public class DependencyVersion implements Iterable, Comparable<DependencyVersion> {
|
public class DependencyVersion implements Iterable, Comparable<DependencyVersion> {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user