Remove extra whitespace
This commit is contained in:
@@ -53,7 +53,6 @@ import org.apache.commons.logging.impl.NoOpLog;
|
|||||||
@Deprecated
|
@Deprecated
|
||||||
public class LogSource {
|
public class LogSource {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logs.
|
* Logs.
|
||||||
*/
|
*/
|
||||||
@@ -73,7 +72,6 @@ public class LogSource {
|
|||||||
*/
|
*/
|
||||||
private static final String[] EMPTY_STRING_ARRAY = {};
|
private static final String[] EMPTY_STRING_ARRAY = {};
|
||||||
|
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|
||||||
// Is Log4J Available?
|
// Is Log4J Available?
|
||||||
@@ -130,7 +128,6 @@ public class LogSource {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets a {@code Log} instance by class.
|
* Gets a {@code Log} instance by class.
|
||||||
*
|
*
|
||||||
@@ -141,7 +138,6 @@ public class LogSource {
|
|||||||
return getInstance(clazz.getName());
|
return getInstance(clazz.getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets a {@code Log} instance by class name.
|
* Gets a {@code Log} instance by class name.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user