mirror of https://github.com/qos-ch/slf4j
fix JavaDoc typo
This commit is contained in:
parent
456e8a8841
commit
efeb3665c1
|
|
@ -29,7 +29,7 @@ package org.slf4j;
|
|||
* instances by name.
|
||||
*
|
||||
* <p>Most users retrieve {@link Logger} instances through the static
|
||||
* {@link LoggerFactory#getLogger(String)} method. An instance of of this
|
||||
* {@link LoggerFactory#getLogger(String)} method. An instance of this
|
||||
* interface is bound internally with {@link LoggerFactory} class at
|
||||
* compile time.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue