[ios-xe-renderer] Increases coverage for PolicyWriterUtil
[groupbasedpolicy.git] / renderers / ios-xe / src / main / java / org / opendaylight / groupbasedpolicy / renderer / ios_xe_provider / impl / writer / NetconfTransactionCreator.java
index 56bd6886d94a2ca31d0fbc19ac23403967dd089c..598934948f7d1782aed24d06f4672027d20420cf 100644 (file)
@@ -29,6 +29,10 @@ public class NetconfTransactionCreator {
     private final static Logger LOG = LoggerFactory.getLogger(NetconfTransactionCreator.class);
     private static long timeout = 5000L;
 
+    private NetconfTransactionCreator() {
+        throw new IllegalAccessError("instance of util class not supported");
+    }
+
     public static Optional<ReadOnlyTransaction> netconfReadOnlyTransaction(DataBroker mountpoint) {
         int attempt = 0;
         do {