mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 08:13:43 +01:00
removed call to BatchUpdateTask
Former-commit-id: 134c6ac5eec282b142febd1341ccdb9936219eb7
This commit is contained in:
@@ -50,11 +50,11 @@ public final class UpdateTaskFactory {
|
||||
public static UpdateTask getUpdateTask() throws MalformedURLException, DownloadFailedException, UpdateException {
|
||||
final UpdateTask task;
|
||||
final DataStoreMetaInfo properties = new DataStoreMetaInfo();
|
||||
if (properties.isBatchUpdateMode()) {
|
||||
task = new BatchUpdateTask(properties);
|
||||
} else {
|
||||
task = new StandardUpdateTask(properties);
|
||||
}
|
||||
// if (properties.isBatchUpdateMode()) {
|
||||
// task = new BatchUpdateTask(properties);
|
||||
// } else {
|
||||
task = new StandardUpdateTask(properties);
|
||||
// }
|
||||
return task;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user