Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-picnic authored and rickie committed Nov 10, 2022
1 parent 8bc93b7 commit ff44df7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
/**
* A set of helper methods for working with the AST.
*
* <p>These are additions to the ones from {@link com.google.errorprone.util.ASTHelpers}.
* <p>These helper methods are additions to the ones from {@link
* com.google.errorprone.util.ASTHelpers}.
*/
public final class MoreASTHelpers {
private MoreASTHelpers() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
/**
* 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. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* A collection of methods to enhance the use of {@link Matcher}s.
*
* <p>These are additions to the ones from {@link Matchers}.
* <p>These methods are additions to the ones from {@link Matchers}.
*/
public final class MoreMatchers {
private MoreMatchers() {}
Expand Down

0 comments on commit ff44df7

Please sign in to comment.