doclint fixes

This commit is contained in:
Jeremy Long
2016-03-05 13:18:22 -05:00
parent 8b58df3b34
commit efa6a78255

View File

@@ -23,7 +23,7 @@ import org.slf4j.ILoggerFactory;
import org.slf4j.spi.LoggerFactoryBinder;
/**
* The binding of {@link LoggerFactory} class with an actual instance of {@link ILoggerFactory} is performed using information
* 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