Address review comments

This commit is contained in:
Eric Staffas
2022-11-08 14:07:46 +01:00
committed by Rick Ossendrijver
parent 72045152a4
commit 6cd9d8a9b8

View File

@@ -21,7 +21,8 @@ import javax.lang.model.type.TypeKind;
/**
* A set of JUnit-specific helper methods and {@link Matcher Matchers}.
*
* <p>These are additions to the ones from {@link com.google.errorprone.matchers.JUnitMatchers}.
* <p>These helper methods are additions to the ones from {@link
* com.google.errorprone.matchers.JUnitMatchers}.
*/
public final class MoreJUnitMatchers {
/** Matches JUnit Jupiter test methods. */