Skip to content

Commit b901431

Browse files
committed
Remove deprecated EquoBasedStepBuilder constructor
1 parent ae5f565 commit b901431

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib-extra/src/main/java/com/diffplug/spotless/extra/EquoBasedStepBuilder.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ public abstract class EquoBasedStepBuilder {
5353
private Iterable<File> settingsFiles = new ArrayList<>();
5454
private Map<String, String> p2Mirrors = Map.of();
5555

56-
/** @deprecated if you use this constructor you *must* call {@link #setVersion(String)} before calling {@link #build()} */
57-
@Deprecated
58-
public EquoBasedStepBuilder(String formatterName, Provisioner mavenProvisioner, SerializedFunction<State, FormatterFunc> stateToFormatter) {
59-
this(formatterName, mavenProvisioner, null, stateToFormatter);
60-
}
61-
6256
/** Initialize valid default configuration, taking latest version */
6357
public EquoBasedStepBuilder(String formatterName, Provisioner mavenProvisioner, @Nullable String defaultVersion, SerializedFunction<State, FormatterFunc> stateToFormatter) {
6458
this.formatterName = formatterName;

0 commit comments

Comments
 (0)