removed code smells
[appc.git] / appc-adapters / appc-rest-adapter / appc-rest-adapter-bundle / src / main / java / org / onap / appc / adapter / rest / RequestFactory.java
index 685ae13..d1cd274 100644 (file)
@@ -32,7 +32,7 @@ import java.util.function.Supplier;
 public class RequestFactory {
     private final EELFLogger logger = EELFManager.getInstance().getLogger(RequestFactory.class);
 
-    final static Map<String, Supplier<HttpRequestBase>> map = new HashMap<>();
+     static final Map<String, Supplier<HttpRequestBase>> map = new HashMap<>();
 
     static {
         map.put("GET", HttpGet::new);