Fix odlparent-3.0.0 checkstyle issues
[mdsal.git] / binding / mdsal-binding-test-utils / src / test / java / org / opendaylight / mdsal / binding / testutils / ExampleYangObjects.java
index 9e4402d9ccc85f746f1b8cea7491f4e447b45f5d..340a9a138cbbc5bf3b947b148578936eec480c27 100644 (file)
@@ -18,7 +18,10 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.te
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsal.test.binding.rev140701.two.level.list.TopLevelList;
 import org.opendaylight.yangtools.yang.binding.InstanceIdentifier;
 
-public class ExampleYangObjects {
+public final class ExampleYangObjects {
+    private ExampleYangObjects() {
+
+    }
 
     public static AbstractMap.SimpleImmutableEntry<InstanceIdentifier<Top>, Top> topEmpty() {
         return new SimpleImmutableEntry<>(InstanceIdentifier.create(Top.class), new TopBuilder().build());