See gh-23081
This commit is contained in:
Johnny Lim
2020-08-25 21:48:00 +09:00
committed by Stephane Nicoll
parent 4320b3a919
commit e48af31ced
5 changed files with 5 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ import java.lang.annotation.Target;
import org.junit.jupiter.api.extension.ExtendWith;
/**
* Annotation used to fork the classpath. This can be helpful were neither
* Annotation used to fork the classpath. This can be helpful where neither
* {@link ClassPathExclusions} or {@link ClassPathOverrides} are needed, but just a copy
* of the classpath.
*