1
0

Remove redundant final (PMD)

This commit is contained in:
Gary Gregory
2023-11-19 09:35:18 -05:00
parent e13a4ff80f
commit f03afeb1d9

View File

@@ -461,7 +461,7 @@ public abstract class LogFactory {
* that LogFactory.release(contextClassLoader) is called whenever a
* webapp is undeployed.
*/
private static final Hashtable createFactoryStore() {
private static Hashtable createFactoryStore() {
Hashtable result = null;
String storeImplementationClass;
try {