Skip to content

Commit

Permalink
fix: add access modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenzhou committed Aug 29, 2021
1 parent aefe55c commit a1000f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.logging.Logger;

public class DefaultReporter implements Reporter {
Logger logger = Loggers.getLogger("REPORTER");
private final Logger logger = Loggers.getLogger("REPORTER");

@Override
public <T> void report(T t) {
Expand Down

0 comments on commit a1000f6

Please sign in to comment.