We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d9c45 commit 5791754Copy full SHA for 5791754
src/main/java/org/apache/maven/plugins/checkstyle/exec/DefaultCheckstyleExecutor.java
@@ -65,9 +65,9 @@
65
*/
66
@Named
67
public class DefaultCheckstyleExecutor extends AbstractLogEnabled implements CheckstyleExecutor {
68
- private ResourceManager locator;
+ private final ResourceManager locator;
69
70
- private ResourceManager licenseLocator;
+ private final ResourceManager licenseLocator;
71
72
@Inject
73
public DefaultCheckstyleExecutor(
0 commit comments