Fix eclipse/sonar warnings in models
[policy/models.git] / models-interactions / model-actors / actor.so / src / test / java / org / onap / policy / controlloop / actor / so / ModifyNssiTest.java
index 21d7229..ff5f87c 100644 (file)
@@ -3,6 +3,7 @@
  * ONAP
  * ================================================================================
  * Copyright (C) 2020 Wipro Limited.
+ * Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -104,6 +105,7 @@ public class ModifyNssiTest extends BasicSoOperation {
     }
 
     @Override
+    @SuppressWarnings("unchecked")
     protected Map<String, Object> makePayload() {
         String payloadString = ResourceUtils
                 .getResourceAsString("src/test/resources/ModifyNSSI.json");