updated javadoc author

Former-commit-id: 8cd3670afd8b5be3aea7b80040836ef54bda0725
This commit is contained in:
Jeremy Long
2015-04-05 09:21:47 -04:00
parent 33b38e686a
commit 1058157827

View File

@@ -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
* 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> {