We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113abd2 commit c0b44c8Copy full SHA for c0b44c8
plugin-maven/src/main/java/com/diffplug/spotless/maven/kotlin/Diktat.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2021 DiffPlug
+ * Copyright 2021-2022 DiffPlug
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -15,8 +15,6 @@
15
*/
16
package com.diffplug.spotless.maven.kotlin;
17
18
-import java.util.Collections;
19
-
20
import org.apache.maven.plugins.annotations.Parameter;
21
22
import com.diffplug.spotless.FileSignature;
0 commit comments