Fixed Sonar LimitDaoFactoryImpl 01/28301/2
authorAbhai Singh <Abhai.Singh@amdocs.com>
Tue, 16 Jan 2018 10:24:17 +0000 (15:54 +0530)
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>
Tue, 16 Jan 2018 11:38:29 +0000 (11:38 +0000)
Fixed reported sonar issues

Change-Id: Ib581daec2e01c1a233095be371b7df5d99fc3efa
Issue-ID: SDC-343
Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
openecomp-be/lib/openecomp-sdc-vendor-license-lib/openecomp-sdc-vendor-license-core/src/main/java/org/openecomp/sdc/vendorlicense/dao/impl/LimitDaoFactoryImpl.java

index 6189a8b..0e72c19 100644 (file)
@@ -7,8 +7,8 @@ import org.openecomp.sdc.vendorlicense.dao.impl.zusammen.LimitZusammenDaoImpl;
 
 public class LimitDaoFactoryImpl extends LimitDaoFactory {
 
-  private static LimitDao INSTANCE = new LimitZusammenDaoImpl(ZusammenAdaptorFactory.getInstance()
-      .createInterface());
+  private static final LimitDao INSTANCE = new LimitZusammenDaoImpl(
+      ZusammenAdaptorFactory.getInstance().createInterface());
 
   @Override
   public LimitDao createInterface() {