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