From 0f28705319bc26b794b44fc65e817048ad1c9c1e Mon Sep 17 00:00:00 2001 From: Mahesh Jethanandani Date: Fri, 11 Jan 2019 16:42:40 -0800 Subject: [PATCH] Fix for bug#100 --- src/yang/etsi-nfv-ns.yang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/yang/etsi-nfv-ns.yang b/src/yang/etsi-nfv-ns.yang index 9a42e7e..9e78127 100644 --- a/src/yang/etsi-nfv-ns.yang +++ b/src/yang/etsi-nfv-ns.yang @@ -1558,8 +1558,8 @@ submodule etsi-nfv-ns { leaf collection-period { type string; description - "An attribute that describes the periodicity at which - to collect the performance information."; + "An attribute that describes the periodicity at + which to collect the performance information."; reference "GS NFV IFA014: Section 6.2.8.2 MonitoringParameter information element"; -- GitLab