Increase sonar coverage for LifecycleManagement
[appc.git] / appc-lifecycle-management / state-machine-lib / src / main / java / org / openecomp / appc / statemachine / impl / StateMachineFactory.java
index c4b49b7..3e38231 100644 (file)
@@ -27,11 +27,13 @@ package org.openecomp.appc.statemachine.impl;
 import org.openecomp.appc.statemachine.StateMachine;
 import org.openecomp.appc.statemachine.objects.StateMachineMetadata;
 
-
+/**
+ * Factory of StateMachine
+ */
 public class StateMachineFactory {
 
     private StateMachineFactory(){
-
+        throw new IllegalAccessError("StateMachineFactory");
     }
 
     public static StateMachine getStateMachine(StateMachineMetadata metadata){