Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Nov 21, 2024
1 parent 68d9c45 commit 5791754
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
*/
@Named
public class DefaultCheckstyleExecutor extends AbstractLogEnabled implements CheckstyleExecutor {
private ResourceManager locator;
private final ResourceManager locator;

private ResourceManager licenseLocator;
private final ResourceManager licenseLocator;

@Inject
public DefaultCheckstyleExecutor(
Expand Down

0 comments on commit 5791754

Please sign in to comment.