Skip to content

Commit d9fce46

Browse files
committed
Fix checkstyle
1 parent 2e76cda commit d9fce46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/spring-boot-test/src/main/java/org/springframework/boot/test/system/OutputCaptureRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* @since 2.2.0
5353
* @deprecated since 4.0.0 in favor of JUnit 5 and {@link OutputCaptureExtension}
5454
*/
55-
@Deprecated
55+
@Deprecated(since = "4.0.0")
5656
public class OutputCaptureRule implements TestRule, CapturedOutput {
5757

5858
private final OutputCapture delegate = new OutputCapture();

0 commit comments

Comments
 (0)