[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / openecomp-be / lib / openecomp-sdc-action-lib / openecomp-sdc-action-core / src / main / java / org / openecomp / sdc / action / dao / impl / ActionDaoFactoryImpl.java
index 66bd206..7ecda78 100644 (file)
@@ -23,8 +23,9 @@ package org.openecomp.sdc.action.dao.impl;
 import org.openecomp.sdc.action.dao.ActionDao;
 import org.openecomp.sdc.action.dao.ActionDaoFactory;
 
+
 public class ActionDaoFactoryImpl extends ActionDaoFactory {
-  private static final ActionDao INSTANCE = new ActionDaoImpl();
+  private static ActionDao INSTANCE = new ActionDaoImpl();
 
   @Override
   public ActionDao createInterface() {