From: Sandeep J Date: Tue, 11 Dec 2018 12:30:05 +0000 (+0530) Subject: fixed sonar issue in PolicyEngineResponse.java X-Git-Tag: 0.4.0~33^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9ef0d10c6130cbc51ec826b0c41ec44a060ec442;p=ccsdk%2Fapps.git fixed sonar issue in PolicyEngineResponse.java fixed sonar issue Issue-ID: CCSDK-552 Change-Id: If1c7b4179d2495e700cb2d6ce896f9ff81dabf39 Signed-off-by: Sandeep J --- diff --git a/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/extinf/pm/model/PolicyEngineResponse.java b/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/extinf/pm/model/PolicyEngineResponse.java index 0707cd34..96e9935b 100644 --- a/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/extinf/pm/model/PolicyEngineResponse.java +++ b/ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/extinf/pm/model/PolicyEngineResponse.java @@ -1,5 +1,6 @@ /******************************************************************************* * Copyright © 2017-2018 AT&T Intellectual Property. + * Modifications Copyright © 2018 IBM. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -64,7 +65,7 @@ public class PolicyEngineResponse implements Serializable { private String property; public PolicyEngineResponse() { - + // this method does nothing } public String getPolicyConfigMessage() {