See gh-17132
This commit is contained in:
Johnny Lim 2019-06-13 19:15:30 +09:00 committed by Stephane Nicoll
parent 801ce6d0a1
commit 368c0eebe4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ 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-privaten and
* versions of Gradle. Test classes using the extension must have non-private and
* non-final {@link GradleBuild} field named {@code gradleBuild}.
*
* @author Andy Wilkinson