Skip to content

Commit 7d05551

Browse files
committedJul 4, 2019
Merge pull request spring-projects#17411 from dreis2211
* spring-projectsgh-17411: Polish "Polish GradleCompatibilityExtension's javadoc" Polish GradleCompatibilityExtension's javadoc Closes spring-projectsgh-17411
2 parents 9d5fa98 + aa01bd3 commit 7d05551

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import java.util.List;
2121
import java.util.stream.Stream;
2222

23+
import org.junit.jupiter.api.TestTemplate;
2324
import org.junit.jupiter.api.extension.Extension;
2425
import org.junit.jupiter.api.extension.ExtensionContext;
2526
import org.junit.jupiter.api.extension.TestTemplateInvocationContext;
@@ -30,7 +31,7 @@
3031

3132
/**
3233
* {@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+
* versions of Gradle. Test classes using the extension must have a non-private and
3435
* non-final {@link GradleBuild} field named {@code gradleBuild}.
3536
*
3637
* @author Andy Wilkinson

0 commit comments

Comments
 (0)