From f652e996d7b0bb116ef3f052475e642ed5c10f84 Mon Sep 17 00:00:00 2001 From: highstreetherbert Date: Fri, 10 Jul 2020 19:07:54 +0200 Subject: Reformat sdnr odlux to ONAP code style Reformat to ONAP code style Issue-ID: SDNC-1282 Signed-off-by: highstreetherbert Change-Id: I42af44ee04f6dbb99868a82987665c053362899c Signed-off-by: highstreetherbert --- .../onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdnr/wt/odlux/apps/performanceHistoryApp/src2/test') diff --git a/sdnr/wt/odlux/apps/performanceHistoryApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java b/sdnr/wt/odlux/apps/performanceHistoryApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java index edf68e096..fee4a97c1 100644 --- a/sdnr/wt/odlux/apps/performanceHistoryApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java +++ b/sdnr/wt/odlux/apps/performanceHistoryApp/src2/test/java/org/onap/ccsdk/features/sdnr/wt/odlux/bundles/test/TestBundleRes.java @@ -1,4 +1,4 @@ -/******************************************************************************* +/* * ============LICENSE_START======================================================================== * ONAP : ccsdk feature sdnr wt * ================================================================================================= @@ -14,7 +14,7 @@ * or implied. See the License for the specific language governing permissions and limitations under * the License. * ============LICENSE_END========================================================================== - ******************************************************************************/ + */ package org.onap.ccsdk.features.sdnr.wt.odlux.bundles.test; import static org.junit.Assert.*; -- cgit 1.2.3-korg