Skip to content

Commit dc4cc21

Browse files
dreis2211wilkinsona
authored andcommitted
Polish GradleCompatibilityExtension's javadoc
See spring-projectsgh-17411
1 parent 9d5fa98 commit dc4cc21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/junit/GradleCompatibilityExtension.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
import org.springframework.boot.gradle.testkit.GradleBuildExtension;
3030

3131
/**
32-
* {@link Extension} that runs {@link TestTemplate templated tests} against multiple
33-
* versions of Gradle. Test classes using the extension must have non-private and
34-
* non-final {@link GradleBuild} field named {@code gradleBuild}.
32+
* {@link Extension} that runs {@link org.junit.jupiter.api.TestTemplate templated tests}
33+
* against multiple versions of Gradle. Test classes using the extension must have a
34+
* non-private and non-final {@link GradleBuild} field named {@code gradleBuild}.
3535
*
3636
* @author Andy Wilkinson
3737
*/

0 commit comments

Comments
 (0)