Reduce exception guard
[netconf.git] / restconf / restconf-nb / src / test / resources / modules / modules-without-restconf-module / mount-point-1.yang
1 module mount-point-1 {
2     namespace "mount:point:1";
3     prefix "point1";
4     revision "2016-01-01";
5
6     container cont {
7     }
8
9     list listA {
10     }
11 }