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