updated javadoc author

Former-commit-id: 556a8a0c649d625684000d0f4d0db3beff0e92d9
This commit is contained in:
Jeremy Long
2015-04-05 09:21:28 -04:00
parent c794194bb5
commit e141b4eb9f

View File

@@ -20,7 +20,7 @@ package org.owasp.dependencycheck.data.cpe;
/** /**
* An exception thrown when the there is an issue using the in-memory CPE Index. * An exception thrown when the there is an issue using the in-memory CPE Index.
* *
* @author Jeremy Long <jeremy.long@owasp.org> * @author Jeremy Long
*/ */
public class IndexException extends Exception { public class IndexException extends Exception {