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 {
// jiveHome not loaded?
if (openfireProperties == null) {
return Collections.EMPTY_LIST;
return Collections.emptyList();
}
return openfireProperties.getAllPropertyNames();
......@@ -1103,4 +1103,4 @@ public class JiveGlobals {
}
return false;
}
}
\ No newline at end of file
}
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