deprecated batch update

Former-commit-id: ff25e317e24ebe0f112e4483b9bf7b9b0bfbd187
This commit is contained in:
Jeremy Long
2013-11-23 21:58:18 -05:00
parent 8567610ddc
commit 5b9fe065d7

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. * Class responsible for updating the CPE and NVDCVE data stores.
* *
* @author Jeremy Long (jeremy.long@owasp.org) * @author Jeremy Long (jeremy.long@owasp.org)
* @deprecated batch update mode will no longer be supported.
*/ */
@Deprecated
public class BatchUpdateTask extends AbstractUpdateTask { public class BatchUpdateTask extends AbstractUpdateTask {
/** /**