doclint fixes

This commit is contained in:
Jeremy Long
2016-03-05 13:18:37 -05:00
parent cdc07047aa
commit 22e0d1c74e

View File

@@ -23,8 +23,8 @@ import org.slf4j.ILoggerFactory;
import org.slf4j.spi.LoggerFactoryBinder;
/**
* The binding of {@link org.slf4j.LoggerFactory} class with an actual instance of {@link ILoggerFactory} is performed using
* information returned by this class.
* The binding of org.slf4j.LoggerFactory class with an actual instance of org.slf4j.ILoggerFactory is performed using information
* returned by this class.
*
* @author colezlaw
*/