Skip to content

Commit

Permalink
Perform clean code of bundles/org.eclipse.equinox.slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-equinox-bot authored and laeubi committed Feb 13, 2025
1 parent 32f22df commit ac75ce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class EquinoxLogger extends org.slf4j.helpers.MarkerIgnoringBase {

private static final long serialVersionUID = 1L;
private Logger logger;
private final Logger logger;

EquinoxLogger(String name, Logger logger) {
this.name = name;
Expand Down

0 comments on commit ac75ce2

Please sign in to comment.