Remove redundant final (PMD)
This commit is contained in:
@@ -461,7 +461,7 @@ public abstract class LogFactory {
|
|||||||
* that LogFactory.release(contextClassLoader) is called whenever a
|
* that LogFactory.release(contextClassLoader) is called whenever a
|
||||||
* webapp is undeployed.
|
* webapp is undeployed.
|
||||||
*/
|
*/
|
||||||
private static final Hashtable createFactoryStore() {
|
private static Hashtable createFactoryStore() {
|
||||||
Hashtable result = null;
|
Hashtable result = null;
|
||||||
String storeImplementationClass;
|
String storeImplementationClass;
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user