mirror of https://github.com/qos-ch/slf4j
- removing white space
This commit is contained in:
parent
1be70c1707
commit
89f64317c6
|
|
@ -200,7 +200,6 @@ public abstract class LogFactory {
|
|||
* if a suitable <code>Log</code> instance cannot be returned
|
||||
*/
|
||||
public static Log getLog(Class clazz) throws LogConfigurationException {
|
||||
|
||||
return (getFactory().getInstance(clazz));
|
||||
}
|
||||
|
||||
|
|
@ -217,9 +216,7 @@ public abstract class LogFactory {
|
|||
* if a suitable <code>Log</code> instance cannot be returned
|
||||
*/
|
||||
public static Log getLog(String name) throws LogConfigurationException {
|
||||
|
||||
return (getFactory().getInstance(name));
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue