Skip to content

Commit ec80f7f

Browse files
committed
spotless
1 parent b2eb9ac commit ec80f7f

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

lib-extra/src/main/java/com/diffplug/spotless/extra/integration/DiffMessageFormatter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2024 DiffPlug
2+
* Copyright 2016-2025 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugin-maven/src/main/java/com/diffplug/spotless/maven/FormatterConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2020 DiffPlug
2+
* Copyright 2016-2025 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugin-maven/src/main/java/com/diffplug/spotless/maven/SpotlessApplyMojo.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2024 DiffPlug
2+
* Copyright 2016-2025 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,15 +19,13 @@
1919
import java.io.IOException;
2020
import java.util.List;
2121

22-
import com.diffplug.spotless.LintState;
23-
import com.diffplug.spotless.LintSuppression;
24-
2522
import org.apache.maven.plugin.MojoExecutionException;
2623
import org.apache.maven.plugins.annotations.Mojo;
2724
import org.apache.maven.plugins.annotations.Parameter;
2825

29-
import com.diffplug.spotless.DirtyState;
3026
import com.diffplug.spotless.Formatter;
27+
import com.diffplug.spotless.LintState;
28+
import com.diffplug.spotless.LintSuppression;
3129
import com.diffplug.spotless.maven.incremental.UpToDateChecker;
3230

3331
/**

plugin-maven/src/main/java/com/diffplug/spotless/maven/SpotlessCheckMojo.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2024 DiffPlug
2+
* Copyright 2016-2025 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -21,17 +21,15 @@
2121
import java.util.List;
2222
import java.util.Map;
2323

24-
import com.diffplug.spotless.LintState;
25-
import com.diffplug.spotless.LintSuppression;
26-
2724
import org.apache.maven.plugin.MojoExecutionException;
2825
import org.apache.maven.plugins.annotations.LifecyclePhase;
2926
import org.apache.maven.plugins.annotations.Mojo;
3027
import org.apache.maven.plugins.annotations.Parameter;
3128
import org.sonatype.plexus.build.incremental.BuildContext;
3229

33-
import com.diffplug.spotless.DirtyState;
3430
import com.diffplug.spotless.Formatter;
31+
import com.diffplug.spotless.LintState;
32+
import com.diffplug.spotless.LintSuppression;
3533
import com.diffplug.spotless.extra.integration.DiffMessageFormatter;
3634
import com.diffplug.spotless.maven.incremental.UpToDateChecker;
3735

0 commit comments

Comments
 (0)