From: Sandeep J Date: Fri, 14 Dec 2018 13:28:18 +0000 (+0530) Subject: fixed sonar issues in SvcLogicCrawler.java X-Git-Tag: 1.0.4~9^2~153^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4885b852981cb9ae9f565d3034ec38673e11d1d0;p=ccsdk%2Fsli.git fixed sonar issues in SvcLogicCrawler.java fixed sonar issues Issue-ID: CCSDK-525 Change-Id: I4d5e95cfac8bb04d03752015d64f7c3b61495f1a Signed-off-by: Sandeep J --- diff --git a/sli/common/src/main/java/org/onap/ccsdk/sli/core/sli/SvcLogicCrawler.java b/sli/common/src/main/java/org/onap/ccsdk/sli/core/sli/SvcLogicCrawler.java index 5ee138a3e..c6fd8b6a2 100644 --- a/sli/common/src/main/java/org/onap/ccsdk/sli/core/sli/SvcLogicCrawler.java +++ b/sli/common/src/main/java/org/onap/ccsdk/sli/core/sli/SvcLogicCrawler.java @@ -5,6 +5,8 @@ * Copyright (C) 2017 AT&T Intellectual Property. All rights * reserved. * ================================================================================ + * Modifications Copyright (C) 2018 IBM. + * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -37,8 +39,8 @@ public class SvcLogicCrawler extends SimpleFileVisitor { private List activationFilePathList; public SvcLogicCrawler() { - xmlGraphPathList = new ArrayList(); - activationFilePathList = new ArrayList(); + xmlGraphPathList = new ArrayList<>(); + activationFilePathList = new ArrayList<>(); } @Override