deprecated batch update

Former-commit-id: bf654a174500c4727ec1d0b66368cf06fdabee54
This commit is contained in:
Jeremy Long
2013-11-23 21:58:18 -05:00
parent 3850ef4355
commit 2cf96bef52

View File

@@ -42,7 +42,9 @@ import static org.owasp.dependencycheck.data.update.DataStoreMetaInfo.MODIFIED;
* Class responsible for updating the CPE and NVDCVE data stores.
*
* @author Jeremy Long (jeremy.long@owasp.org)
* @deprecated batch update mode will no longer be supported.
*/
@Deprecated
public class BatchUpdateTask extends AbstractUpdateTask {
/**