Skip to content

Commit

Permalink
Change the visibility of the Slf4jLogger constructor (#1994)
Browse files Browse the repository at this point in the history
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
  • Loading branch information
yvrng and velo committed Mar 27, 2023
1 parent 4c44122 commit 19d0ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slf4j/src/main/java/feign/slf4j/Slf4jLogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public Slf4jLogger(String name) {
this(LoggerFactory.getLogger(name));
}

Slf4jLogger(Logger logger) {
public Slf4jLogger(Logger logger) {
this.logger = logger;
}

Expand Down

0 comments on commit 19d0ff8

Please sign in to comment.