From c70f0070c98a3505c107a1b32a6eaeba98343a34 Mon Sep 17 00:00:00 2001 From: "cleanthat[bot]" <65607995+cleanthat[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 06:45:32 +0000 Subject: [PATCH] engine=spotless nb_files_neither_included_nor_excluded: 1 nb_files_both_included_excluded: 3 nb_files_formatted: 1 nb_files_already_formatted: 139 eventKey: random-870d8e7f-a2dc-463f-b49d-2f568f7b9596 --- .../main/java/eu/solven/cleanthat/kotlin/JavaService.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kotlin/src/main/java/eu/solven/cleanthat/kotlin/JavaService.java b/kotlin/src/main/java/eu/solven/cleanthat/kotlin/JavaService.java index 481415861..d653d88e7 100644 --- a/kotlin/src/main/java/eu/solven/cleanthat/kotlin/JavaService.java +++ b/kotlin/src/main/java/eu/solven/cleanthat/kotlin/JavaService.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 Benoit Lacelle - SOLVEN * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,9 +15,6 @@ */ package eu.solven.cleanthat.kotlin; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; - /** * * @author Benoit Lacelle