Skip to content

Commit 845d801

Browse files
author
paweliwanow
committed
Reverting unnecessary change
1 parent 0990d19 commit 845d801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/typesafe/scalalogging/Logger.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ object Logger {
6060
/**
6161
* Create a [[Logger]] wrapping the created underlying `org.slf4j.Logger`.
6262
*/
63-
def apply[A](clazz: Class[_]): Logger =
63+
def apply(clazz: Class[_]): Logger =
6464
new Logger(LoggerFactory.getLogger(clazz.getName))
6565

6666
/**

0 commit comments

Comments
 (0)