[ios-xe-renderer] Increases coverage for PolicyWriterUtil
[groupbasedpolicy.git] / renderers / ios-xe / src / main / java / org / opendaylight / groupbasedpolicy / renderer / ios_xe_provider / impl / util / PolicyManagerUtil.java
index 56f829a99f704c45c6d209f1ed5d5a1f1bc49e56..6f36408392824112fdbc2fb7aca29692c64b9222 100644 (file)
@@ -92,6 +92,10 @@ public class PolicyManagerUtil {
 
     private static final Logger LOG = LoggerFactory.getLogger(PolicyManagerUtil.class);
 
+    private PolicyManagerUtil() {
+        throw new IllegalAccessError("instance of util class not supported");
+    }
+
     /**
      * Main method for policy creation which looks for all actions specified in rules between two endpoints. Whichever
      * action has been found, it is resolved (only chain action is supported for now).