Polish GradleCompatibilityExtension's javadoc

See gh-17411
pull/17431/head
dreis2211 5 years ago committed by Andy Wilkinson
parent 9d5fa98334
commit dc4cc214fe

@ -29,9 +29,9 @@ import org.springframework.boot.gradle.testkit.GradleBuild;
import org.springframework.boot.gradle.testkit.GradleBuildExtension;
/**
* {@link Extension} that runs {@link TestTemplate templated tests} against multiple
* versions of Gradle. Test classes using the extension must have non-private and
* non-final {@link GradleBuild} field named {@code gradleBuild}.
* {@link Extension} that runs {@link org.junit.jupiter.api.TestTemplate templated tests}
* against multiple versions of Gradle. Test classes using the extension must have a
* non-private and non-final {@link GradleBuild} field named {@code gradleBuild}.
*
* @author Andy Wilkinson
*/

Loading…
Cancel
Save