From 6d2517284b774b2ab6cb4762a8c749d0daf8c2f5 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 11 Sep 2019 12:08:57 -0400 Subject: Adding/Replacing Plugins to format/validate code Replacing Groovy script with directory-maven-plugin to identify baseDirPath Add license-maven-plugin plugin to Generate / Validate Copyright header Adding tidy-maven-plugin to format / validate POM.xml Updating Java Code Formatter Sytle XML to Version 13 Issue-ID: LOG-1129 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ifa333053bb1dff70f28b14ea9460073043e9c847 --- .../src/main/java/org/onap/logging/filter/base/ONAPComponents.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java') diff --git a/reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java b/reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java index 1b9c1cd..06fbba9 100644 --- a/reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java +++ b/reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/ONAPComponents.java @@ -7,9 +7,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- cgit 1.2.3-korg