Issue fix
[ccsdk/sli/plugins.git] / restconf-client / provider / src / main / java / org / onap / ccsdk / sli / plugins / yangserializers / dfserializer / DfListenerFactory.java
index e10a085..06a811e 100644 (file)
@@ -31,6 +31,12 @@ import static org.onap.ccsdk.sli.plugins.yangserializers.dfserializer.DfSerializ
  */
 public final class DfListenerFactory {
 
+    /**
+     * Creates a new DfListenerFactory.
+     */
+    private DfListenerFactory() {
+    }
+
     /**
      * Returns the instance of the data format listener factory.
      *