Use Collections.emptyEnumeration() where appropriate
Closes gh-30803
This commit is contained in:
committed by
Sam Brannen
parent
79df1da792
commit
372282457f
@@ -170,7 +170,7 @@ public class SimpleServletPostProcessor implements
|
||||
|
||||
@Override
|
||||
public Enumeration<String> getInitParameterNames() {
|
||||
return Collections.enumeration(Collections.emptySet());
|
||||
return Collections.emptyEnumeration();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user