From c0b44c87417ee80c6423880d2ed623930748c6fb Mon Sep 17 00:00:00 2001 From: Nariman Abdullin Date: Fri, 24 Jun 2022 19:38:51 +0300 Subject: [PATCH] fixed year in javadoc --- .../main/java/com/diffplug/spotless/maven/kotlin/Diktat.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugin-maven/src/main/java/com/diffplug/spotless/maven/kotlin/Diktat.java b/plugin-maven/src/main/java/com/diffplug/spotless/maven/kotlin/Diktat.java index 13d600e11f..e47345d45d 100644 --- a/plugin-maven/src/main/java/com/diffplug/spotless/maven/kotlin/Diktat.java +++ b/plugin-maven/src/main/java/com/diffplug/spotless/maven/kotlin/Diktat.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 DiffPlug + * Copyright 2021-2022 DiffPlug * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,8 +15,6 @@ */ package com.diffplug.spotless.maven.kotlin; -import java.util.Collections; - import org.apache.maven.plugins.annotations.Parameter; import com.diffplug.spotless.FileSignature;