From: Pamela Dragosh Date: Tue, 23 Jun 2020 14:14:58 +0000 (-0400) Subject: Changes for checkstyle 8.32 X-Git-Tag: 2.1.0~88 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d727556bb249a8e0b41a6d2f025ab6c9eaddabeb;p=policy%2Fgui.git Changes for checkstyle 8.32 Issue-ID: POLICY-2188 Change-Id: I87701431e5f5c248ed7240eb5cdb7ca0682434c1 Signed-off-by: Pamela Dragosh --- diff --git a/gui-pdp-monitoring/src/test/java/org/onap/policy/gui/pdp/monitoring/MonitoringExceptionTest.java b/gui-pdp-monitoring/src/test/java/org/onap/policy/gui/pdp/monitoring/MonitoringExceptionTest.java index dbd0d80..80262e9 100644 --- a/gui-pdp-monitoring/src/test/java/org/onap/policy/gui/pdp/monitoring/MonitoringExceptionTest.java +++ b/gui-pdp-monitoring/src/test/java/org/onap/policy/gui/pdp/monitoring/MonitoringExceptionTest.java @@ -1,6 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020 AT&T Inc. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +24,6 @@ package org.onap.policy.gui.pdp.monitoring; import static org.junit.Assert.assertEquals; import org.junit.Test; - import org.onap.policy.common.utils.test.ExceptionsTester; /** diff --git a/pom.xml b/pom.xml index 39a6744..c4625c2 100644 --- a/pom.xml +++ b/pom.xml @@ -65,43 +65,6 @@ - - - maven-checkstyle-plugin - - - onap-java-style - - check - - process-sources - - - onap-checkstyle/onap-java-style.xml - - ${project.build.sourceDirectories} - true - true - true - - - true - true - warning - - - - - - org.onap.oparent - checkstyle - ${oparent.version} - compile - - - -