1
0

Remove redundant final (PMD)

This commit is contained in:
Gary Gregory
2023-11-19 09:36:19 -05:00
parent f03afeb1d9
commit b7a456d06e

View File

@@ -633,7 +633,7 @@ public abstract class LogFactory {
* webapps. Webapps can also use explicit priorities to override a configuration * webapps. Webapps can also use explicit priorities to override a configuration
* file in the shared classpath if needed. * file in the shared classpath if needed.
*/ */
private static final Properties getConfigurationFile(final ClassLoader classLoader, final String fileName) { private static Properties getConfigurationFile(final ClassLoader classLoader, final String fileName) {
Properties props = null; Properties props = null;
double priority = 0.0; double priority = 0.0;
URL propsUrl = null; URL propsUrl = null;