From a5ae6d7a6e6758600437483e5fc68c51aee9a43f Mon Sep 17 00:00:00 2001 From: maxiaonan Date: Thu, 22 Aug 2019 11:10:14 +0800 Subject: [PATCH] =?UTF-8?q?Add=20aaa-12=20fix=20thread=20format=20txt=20RC?= =?UTF-8?q?A=EF=BC=9A=20SOL=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E4=BA=BA?= =?UTF-8?q?=EF=BC=9Amaxiaonan=20=E6=A3=80=E8=A7=86=E4=BA=BA=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/cmcc/cmhi/huawei/impl/HuaweiDriverProvider.java | 4 ++-- .../java/com/cmcc/cmhi/huawei/impl/HuaweiNetconfSpeaker.java | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ControlPlatform/driver-layer/drivers/huawei/src/main/java/com/cmcc/cmhi/huawei/impl/HuaweiDriverProvider.java b/ControlPlatform/driver-layer/drivers/huawei/src/main/java/com/cmcc/cmhi/huawei/impl/HuaweiDriverProvider.java index c1fddee04..6f00cfb99 100644 --- a/ControlPlatform/driver-layer/drivers/huawei/src/main/java/com/cmcc/cmhi/huawei/impl/HuaweiDriverProvider.java +++ b/ControlPlatform/driver-layer/drivers/huawei/src/main/java/com/cmcc/cmhi/huawei/impl/HuaweiDriverProvider.java @@ -16,7 +16,7 @@ public class HuaweiDriverProvider { private static final Logger LOG = LoggerFactory.getLogger(HuaweiDriverProvider.class); private final DataBroker dataBroker; - private HuaweiDriverRegister register = null; //胡军 + private HuaweiDriverRegister register = null; private HuaweiNetconfSpeaker netconfSpeaker = null; public HuaweiDriverProvider(final DataBroker dataBroker) { @@ -40,6 +40,6 @@ public class HuaweiDriverProvider { public void close() { //移除驱动注册信息 register.unregister(); - LOG.info("HuaweiDriverProvider Closed"); + LOG.info("Huawei DriverProvider Closed"); } } \ No newline at end of file diff --git a/ControlPlatform/driver-layer/drivers/huawei/src/main/java/com/cmcc/cmhi/huawei/impl/HuaweiNetconfSpeaker.java b/ControlPlatform/driver-layer/drivers/huawei/src/main/java/com/cmcc/cmhi/huawei/impl/HuaweiNetconfSpeaker.java index 221917553..37ca6a9ee 100644 --- a/ControlPlatform/driver-layer/drivers/huawei/src/main/java/com/cmcc/cmhi/huawei/impl/HuaweiNetconfSpeaker.java +++ b/ControlPlatform/driver-layer/drivers/huawei/src/main/java/com/cmcc/cmhi/huawei/impl/HuaweiNetconfSpeaker.java @@ -34,7 +34,6 @@ import org.opendaylight.yang.gen.v1.urn.cmcc.cmhi.adaptation.layer.device.status import org.opendaylight.yang.gen.v1.urn.cmcc.cmhi.adaptation.layer.device.status.rev190809.cpu.status.CpuInfosBuilder; import org.opendaylight.yang.gen.v1.urn.cmcc.cmhi.adaptation.layer.device.status.rev190809.mem.status.MemoryInfosBuilder; import org.opendaylight.yang.gen.v1.urn.cmcc.cmhi.adaptation.layer.tp.extension.rev190809.TpExt; -import org.opendaylight.yang.gen.v1.urn.cmcc.cmhi.adaptation.layer.tp.extension.rev190809.TpExtBuilder; import org.opendaylight.yang.gen.v1.urn.cmcc.cmhi.adaptation.layer.tp.extension.rev190809.tp.status.TpInfos; import org.opendaylight.yang.gen.v1.urn.cmcc.cmhi.adaptation.layer.tp.extension.rev190809.tp.status.TpInfosBuilder; import org.opendaylight.yang.gen.v1.urn.cmcc.cmhi.adaptation.layer.tp.extension.rev190809.tp.status.tp.infos.IpAddress; @@ -90,7 +89,7 @@ public class HuaweiNetconfSpeaker implements DataTreeChangeListener