fixed sonar issue in PolicyEngineResponse.java 91/74491/1
authorSandeep J <sandeejh@in.ibm.com>
Tue, 11 Dec 2018 12:30:05 +0000 (18:00 +0530)
committerSandeep J <sandeejh@in.ibm.com>
Tue, 11 Dec 2018 12:30:12 +0000 (18:00 +0530)
fixed sonar issue

Issue-ID: CCSDK-552
Change-Id: If1c7b4179d2495e700cb2d6ce896f9ff81dabf39
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
ms/vlantag-api/src/main/java/org/onap/ccsdk/apps/ms/vlantagapi/core/extinf/pm/model/PolicyEngineResponse.java

index 0707cd3..96e9935 100644 (file)
@@ -1,5 +1,6 @@
 /*******************************************************************************\r
  * Copyright © 2017-2018 AT&T Intellectual Property.\r
+ * Modifications Copyright © 2018 IBM.\r
  * \r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -64,7 +65,7 @@ public class PolicyEngineResponse implements Serializable {
        private String property;\r
        \r
        public PolicyEngineResponse() {\r
-               \r
+               // this method does nothing\r
        }\r
 \r
        public String getPolicyConfigMessage() {\r