- removing white space

This commit is contained in:
Ceki Gulcu 2008-02-26 17:14:25 +00:00
parent 1be70c1707
commit 89f64317c6
1 changed files with 0 additions and 3 deletions

View File

@ -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));
}
/**