summaryrefslogtreecommitdiffstats
path: root/gui-pdp-monitoring
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-06-23 10:14:58 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-06-23 10:15:11 -0400
commitd727556bb249a8e0b41a6d2f025ab6c9eaddabeb (patch)
treea028fb53a0f435876cdd5df9685c439c53ade1da /gui-pdp-monitoring
parente5487c0a076613d61c3d62d69399e6f4be56e9ff (diff)
Changes for checkstyle 8.32
Issue-ID: POLICY-2188 Change-Id: I87701431e5f5c248ed7240eb5cdb7ca0682434c1 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'gui-pdp-monitoring')
-rw-r--r--gui-pdp-monitoring/src/test/java/org/onap/policy/gui/pdp/monitoring/MonitoringExceptionTest.java2
1 files changed, 1 insertions, 1 deletions
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;
/**