We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PipeStepPair
1 parent c188741 commit 577374eCopy full SHA for 577374e
lib/src/main/java/com/diffplug/spotless/generic/PipeStepPair.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2020-2021 DiffPlug
+ * Copyright 2020-2023 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.
@@ -33,6 +33,10 @@
33
34
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
35
36
+/**
37
+ * @deprecated use FenceStep instead
38
+ */
39
+@Deprecated
40
public class PipeStepPair {
41
/** The two steps will be named {@code <name>In} and {@code <name>Out}. */
42
public static Builder named(String name) {
0 commit comments