Sonar fixes in "appc-netconf-adapter-bundle"
[appc.git] / appc-adapters / appc-netconf-adapter / appc-netconf-adapter-bundle / src / main / java / org / onap / appc / adapter / netconf / NetconfClientFactory.java
index 45c8fb0..0ce6c4b 100644 (file)
@@ -30,7 +30,7 @@ import org.onap.appc.adapter.netconf.odlconnector.NetconfClientRestconfImpl;
 
 public class NetconfClientFactory {
 
-    public NetconfClient GetNetconfClient(NetconfClientType type){
+    public NetconfClient getNetconfClient(NetconfClientType type){
 
         if(type==NetconfClientType.RESTCONF) {
             return new NetconfClientRestconfImpl();