aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-12-11 17:37:14 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-11 17:37:14 +0000
commit6b3260a2d9f7b9f9980a58d17b91262adbacc3dd (patch)
treeba831f9058758ba77b2a740c4e3e1e70e57d9ce2
parent604a1356d89a24b130085fcbd0b3dcc61a19cf32 (diff)
parent9ef0d10c6130cbc51ec826b0c41ec44a060ec442 (diff)
Merge "fixed sonar issue in PolicyEngineResponse.java"
-rw-r--r--ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/extinf/pm/model/PolicyEngineResponse.java3
1 files changed, 2 insertions, 1 deletions
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() {