From 9ef0d10c6130cbc51ec826b0c41ec44a060ec442 Mon Sep 17 00:00:00 2001 From: Sandeep J Date: Tue, 11 Dec 2018 18:00:05 +0530 Subject: fixed sonar issue in PolicyEngineResponse.java fixed sonar issue Issue-ID: CCSDK-552 Change-Id: If1c7b4179d2495e700cb2d6ce896f9ff81dabf39 Signed-off-by: Sandeep J --- .../apps/ms/vlantagapi/core/extinf/pm/model/PolicyEngineResponse.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ms') 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() { -- cgit