Commit 024543a9 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #17443 from agebhar1

* gh-17443:
  Fix JavaDoc within spring-boot-test-support

Closes gh-17443
parents 3ba25b9e ed7cfedb
...@@ -122,7 +122,7 @@ class OutputCapture implements CapturedOutput { ...@@ -122,7 +122,7 @@ class OutputCapture implements CapturedOutput {
} }
/** /**
* A capture session that captures {@link System#out System.out} and {@link System#out * A capture session that captures {@link System#out System.out} and {@link System#err
* System.err}. * System.err}.
*/ */
private static class SystemCapture { private static class SystemCapture {
......
...@@ -37,7 +37,7 @@ import org.junit.jupiter.api.extension.ParameterResolver; ...@@ -37,7 +37,7 @@ import org.junit.jupiter.api.extension.ParameterResolver;
* argument to your test class constructor or test method: * argument to your test class constructor or test method:
* *
* <pre class="code"> * <pre class="code">
* &#064;ExtendWith(OutputExtension.class) * &#064;ExtendWith(OutputCaptureExtension.class)
* class MyTest { * class MyTest {
* *
* &#064;Test * &#064;Test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment