Skip to content

Commit 5791754

Browse files
committed
wip
1 parent 68d9c45 commit 5791754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/maven/plugins/checkstyle/exec/DefaultCheckstyleExecutor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
*/
6666
@Named
6767
public class DefaultCheckstyleExecutor extends AbstractLogEnabled implements CheckstyleExecutor {
68-
private ResourceManager locator;
68+
private final ResourceManager locator;
6969

70-
private ResourceManager licenseLocator;
70+
private final ResourceManager licenseLocator;
7171

7272
@Inject
7373
public DefaultCheckstyleExecutor(

0 commit comments

Comments
 (0)