mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 02:21:28 +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.
|
* Field indicating if the analyzer is enabled.
|
||||||
*/
|
*/
|
||||||
private boolean enabled = checkEnabled();
|
private final boolean enabled = checkEnabled();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determines if this analyzer is enabled
|
* Determines if this analyzer is enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user