1
0

Remove extra whitespace

This commit is contained in:
Gary Gregory
2023-11-20 09:46:41 -05:00
parent d262d0986e
commit 68a33abb85

View File

@@ -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.
* *