removed unused field

Former-commit-id: f44e6398f946abe2faa8ab1b2e3813a6831b9c66
This commit is contained in:
Jeremy Long
2014-11-16 06:20:27 -05:00
parent ad1ad3a997
commit 127eafc9b3

View File

@@ -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.
*