From: Mamtha Date: Wed, 15 Apr 2020 18:14:48 +0000 (+0530) Subject: indentation corrected with spaces X-Git-Tag: 1.7.2~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=appc.git;a=commitdiff_plain;h=9bdb8c9c563a8ace784a2efeefc2428ad177ed43 indentation corrected with spaces Issue-ID: APPC-1858 Change-Id: I3e5d8404b32e9432e89587942173464a516ef6c5 Signed-off-by: Mamtha --- 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