Skip to content

Commit 19d0ff8

Browse files
yvrngvelo
andauthored
Change the visibility of the Slf4jLogger constructor (#1994)
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
1 parent 4c44122 commit 19d0ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slf4j/src/main/java/feign/slf4j/Slf4jLogger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public Slf4jLogger(String name) {
4040
this(LoggerFactory.getLogger(name));
4141
}
4242

43-
Slf4jLogger(Logger logger) {
43+
public Slf4jLogger(Logger logger) {
4444
this.logger = logger;
4545
}
4646

0 commit comments

Comments
 (0)