From 1c32e0c17febcbef90756f3eef4868542723cc81 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Wed, 26 Sep 2018 13:53:38 -0400 Subject: Fix for checkstyle declarations I found the problem with policy-yaml. An exception was occuring due to an extra line between an @return for javadoc vs. just printing a warning. See: https://github.com/checkstyle/checkstyle/issues/2398 I also messed up some of the other declarations in the sub-modules. Copyright Issue-ID: POLICY-1153 Change-Id: I848e0b19340d494775e161bab86ffb60a97d83ab Signed-off-by: Pamela Dragosh --- controlloop/common/model-impl/sdnr/pom.xml | 3 +-- .../src/test/java/org/onap/policy/sdnr/TestPciResponseWrapper.java | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'controlloop/common/model-impl') diff --git a/controlloop/common/model-impl/sdnr/pom.xml b/controlloop/common/model-impl/sdnr/pom.xml index de67a4d96..81c04ae48 100644 --- a/controlloop/common/model-impl/sdnr/pom.xml +++ b/controlloop/common/model-impl/sdnr/pom.xml @@ -3,6 +3,7 @@ Drools PDP Application Models ================================================================================ Copyright (C) 2018 Wipro Limited Intellectual Property. All rights reserved. + Modifications Copyright (C) 2018 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. @@ -33,13 +34,11 @@ junit junit - 4.12 test com.google.code.gson gson - 2.5 provided diff --git a/controlloop/common/model-impl/sdnr/src/test/java/org/onap/policy/sdnr/TestPciResponseWrapper.java b/controlloop/common/model-impl/sdnr/src/test/java/org/onap/policy/sdnr/TestPciResponseWrapper.java index d48fd39b8..2472d31c3 100644 --- a/controlloop/common/model-impl/sdnr/src/test/java/org/onap/policy/sdnr/TestPciResponseWrapper.java +++ b/controlloop/common/model-impl/sdnr/src/test/java/org/onap/policy/sdnr/TestPciResponseWrapper.java @@ -26,8 +26,6 @@ import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; -import com.google.gson.Gson; - import org.junit.Test; public class TestPciResponseWrapper { -- cgit 1.2.3-korg