mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
made enabled final
Former-commit-id: ded2d5de559091d8383ec26941f166018c33bb7a
This commit is contained in:
@@ -82,7 +82,7 @@ public class NexusAnalyzer extends AbstractFileTypeAnalyzer {
|
||||
/**
|
||||
* Field indicating if the analyzer is enabled.
|
||||
*/
|
||||
private boolean enabled = checkEnabled();
|
||||
private final boolean enabled = checkEnabled();
|
||||
|
||||
/**
|
||||
* Determines if this analyzer is enabled
|
||||
|
||||
Reference in New Issue
Block a user