Skip to content

Commit 577374e

Browse files
committed
Deprecate PipeStepPair.
1 parent c188741 commit 577374e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/src/main/java/com/diffplug/spotless/generic/PipeStepPair.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020-2021 DiffPlug
2+
* Copyright 2020-2023 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.
@@ -33,6 +33,10 @@
3333

3434
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
3535

36+
/**
37+
* @deprecated use FenceStep instead
38+
*/
39+
@Deprecated
3640
public class PipeStepPair {
3741
/** The two steps will be named {@code <name>In} and {@code <name>Out}. */
3842
public static Builder named(String name) {

0 commit comments

Comments
 (0)