Commit 3d115213 authored by Shawn Debnath's avatar Shawn Debnath

Switch from using Collections.EMPTY_LIST to emptyList.

parent 8b2743f6
...@@ -534,7 +534,7 @@ public class JiveGlobals { ...@@ -534,7 +534,7 @@ public class JiveGlobals {
// jiveHome not loaded? // jiveHome not loaded?
if (openfireProperties == null) { if (openfireProperties == null) {
return Collections.EMPTY_LIST; return Collections.emptyList();
} }
return openfireProperties.getAllPropertyNames(); return openfireProperties.getAllPropertyNames();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment