From e0a061707e01ef32da5d8f574b8a3ccf8b83dcd9 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sat, 5 Dec 2020 07:51:37 -0800 Subject: [PATCH] Fix checkstyle header violation See gh-24337 --- .../boot/build/bom/BomPluginIntegrationTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/buildSrc/src/test/java/org/springframework/boot/build/bom/BomPluginIntegrationTests.java b/buildSrc/src/test/java/org/springframework/boot/build/bom/BomPluginIntegrationTests.java index b145c10a5c..42f96bb074 100644 --- a/buildSrc/src/test/java/org/springframework/boot/build/bom/BomPluginIntegrationTests.java +++ b/buildSrc/src/test/java/org/springframework/boot/build/bom/BomPluginIntegrationTests.java @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package org.springframework.boot.build.bom; import java.io.File;