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 <[email protected]>
  • Loading branch information
yvrng and velo authored Mar 27, 2023
1 parent b0e9d9c commit a691d58
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 a691d58

Please sign in to comment.