Skip to content

Commit

Permalink
Why static?
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso authored and marcelmay committed Mar 24, 2019
1 parent 386ec6e commit ef906d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public void reset() {
* @param config Service configuration
* @return Services map
*/
protected static Map<String, AbstractServer> createServices(ServerSetup[] config, Managers mgr) {
protected Map<String, AbstractServer> createServices(ServerSetup[] config, Managers mgr) {
Map<String, AbstractServer> srvc = new HashMap<>();
for (ServerSetup setup : config) {
if (srvc.containsKey(setup.getProtocol())) {
Expand Down

0 comments on commit ef906d4

Please sign in to comment.