From: Sandeep J Date: Fri, 14 Dec 2018 13:31:33 +0000 (+0530) Subject: fixed sonar issue in SvCLogicExprListener.java X-Git-Tag: 1.0.4~9^2~152^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e45a7de109d710b86e9ab86fd5d10c6c6d27137b;p=ccsdk%2Fsli.git fixed sonar issue in SvCLogicExprListener.java fixed sonar issue Issue-ID: CCSDK-525 Change-Id: I59cfc4c94fe3cb1690ffecc92f10e2543ca645fe Signed-off-by: Sandeep J --- diff --git a/sli/common/src/main/java/org/onap/ccsdk/sli/core/sli/SvcLogicExprListener.java b/sli/common/src/main/java/org/onap/ccsdk/sli/core/sli/SvcLogicExprListener.java index 2a40e7a1d..e96b702ef 100644 --- a/sli/common/src/main/java/org/onap/ccsdk/sli/core/sli/SvcLogicExprListener.java +++ b/sli/common/src/main/java/org/onap/ccsdk/sli/core/sli/SvcLogicExprListener.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 @@ -55,7 +57,7 @@ public class SvcLogicExprListener extends ExprGrammarBaseListener public SvcLogicExprListener() { - exprStack = new LinkedList(); + exprStack = new LinkedList<>(); } public SvcLogicExpression getParsedExpr()