Factory pattern constructor issue fix
Issue-ID: CCSDK-614
Change-Id: I3aee79894cfddd47273289878e5ba079926b8054
Signed-off-by: janani b <janani.b@huawei.com>
  */
 public final class DfListenerFactory {
 
+    /**
+     * Creates a new DfListenerFactory.
+     */
+    private DfListenerFactory() {
+    }
+
     /**
      * Returns the instance of the data format listener factory.
      *
 
  */
 public final class DfSerializerFactory {
 
+    /**
+     * Creates a new DfSerializerFactory.
+     */
+    private DfSerializerFactory() {
+    }
+
     /**
      * Returns the instance of the data format serializer factory.
      *