mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-16 16:46:55 +01:00
removed unused field
Former-commit-id: f44e6398f946abe2faa8ab1b2e3813a6831b9c66
This commit is contained in:
@@ -57,12 +57,6 @@ public class CentralSearch {
|
||||
*/
|
||||
private static final Logger LOGGER = Logger.getLogger(CentralSearch.class.getName());
|
||||
|
||||
/**
|
||||
* Determines whether we'll continue using the analyzer. If there's some sort of HTTP failure, we'll disable the
|
||||
* analyzer.
|
||||
*/
|
||||
private boolean isEnabled = true;
|
||||
|
||||
/**
|
||||
* Creates a NexusSearch for the given repository URL.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user