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.
*/ */
@@ -72,7 +71,6 @@ public class LogSource {
* An empty immutable {@code String} array. * An empty immutable {@code String} array.
*/ */
private static final String[] EMPTY_STRING_ARRAY = {}; private static final String[] EMPTY_STRING_ARRAY = {};
static { static {
@@ -129,7 +127,6 @@ public class LogSource {
} }
} }
/** /**
* Gets a {@code Log} instance by class. * Gets a {@code Log} instance by class.
@@ -140,7 +137,6 @@ public class LogSource {
static public Log getInstance(final Class<?> clazz) { static public Log getInstance(final Class<?> clazz) {
return getInstance(clazz.getName()); return getInstance(clazz.getName());
} }
/** /**
* Gets a {@code Log} instance by class name. * Gets a {@code Log} instance by class name.