Skip to content

Commit 05c0b0a

Browse files
committed
fix SLF4J-555
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 400a885 commit 05c0b0a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

slf4j-api/src/main/java/org/slf4j/spi/LoggerFactoryBinder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* class bind with the appropriate {@link ILoggerFactory} instance.
3232
*
3333
* @author Ceki G&uuml;lc&uuml;
34+
* @deprecated
3435
*/
3536
public interface LoggerFactoryBinder {
3637

slf4j-api/src/main/java/org/slf4j/spi/MarkerFactoryBinder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
* class bind with the appropriate {@link IMarkerFactory} instance.
3232
*
3333
* @author Ceki G&uuml;lc&uuml;
34+
* @deprecated
3435
*/
3536
public interface MarkerFactoryBinder {
3637

0 commit comments

Comments
 (0)