diff options
Diffstat (limited to 'appc-adapters')
-rw-r--r-- | appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/src/main/java/org/onap/appc/adapter/netconf/odlconnector/NetconfClientRestconfImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/src/main/java/org/onap/appc/adapter/netconf/odlconnector/NetconfClientRestconfImpl.java b/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/src/main/java/org/onap/appc/adapter/netconf/odlconnector/NetconfClientRestconfImpl.java index 0255836a8..fa7b1bcfc 100644 --- a/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/src/main/java/org/onap/appc/adapter/netconf/odlconnector/NetconfClientRestconfImpl.java +++ b/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/src/main/java/org/onap/appc/adapter/netconf/odlconnector/NetconfClientRestconfImpl.java @@ -42,7 +42,7 @@ public class NetconfClientRestconfImpl implements NetconfClient, NetconfClientRe private EELFLogger logger = EELFManager.getInstance().getLogger(NetconfClientRestconfImpl.class); private NetconfConnectionDetails connectionDetails; - private String appFormat = "application/json"; + private String appFormat = "application/json"; public NetconfClientRestconfImpl(){ //constructor |