[OOM-CPMv2] Fix sonar issue
[oom/platform/cert-service.git] / trustStoreMerger / src / main / java / org / onap / oom / certservice / postprocessor / copier / KeystoreCopier.java
index eba59fd..f5cea21 100644 (file)
@@ -52,7 +52,7 @@ public class KeystoreCopier {
     }
 
     private void containsPaths(List<String> sources) {
-        if (sources.size() == 0) {
+        if (sources.isEmpty()) {
             LOGGER.info("No Keystore files to copy");
         }
     }