fix JavaDoc typo

This commit is contained in:
Artsiom Chapialiou 2019-07-25 17:09:52 -04:00 committed by Ceki Gulcu
parent 456e8a8841
commit efeb3665c1
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*