Skip to content

Commit

Permalink
Use @code instead of @link for a class not on the classpath
Browse files Browse the repository at this point in the history
SKIP_COPYBARA =#2105
PiperOrigin-RevId: 351862466
  • Loading branch information
cushon authored and Error Prone Team committed Jan 14, 2021
1 parent 7409d46 commit daceab9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
import java.util.TreeSet;

/**
* Checks if the methods specified in {@link junitparams.Parameters} annotation to provide
* Checks if the methods specified in {@code junitparams.Parameters} annotation to provide
* parameters exists.
*
* <p>This checks for the required method in the current class and all the base classes. In case the
Expand Down

0 comments on commit daceab9

Please sign in to comment.