Skip to content

Commit

Permalink
final var
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
  • Loading branch information
chrisrueger committed May 1, 2024
1 parent ee2885d commit 3426ccd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public class MbrUpdater {
.matcher(v.toString())
.find();

private MavenBndRepository repo;
private Trace logger;
private final MavenBndRepository repo;
private final Trace logger;

public MbrUpdater(MavenBndRepository repo, Trace logger) {
this.repo = repo;
Expand Down

0 comments on commit 3426ccd

Please sign in to comment.