Skip to content

Commit

Permalink
fix JavaDoc warnings [no description for @param]
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoerschke committed Dec 30, 2021
1 parent cda7454 commit 099d588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public Builder withLookingForStuckThread(boolean enable) {
* Builds a {@link FailOnTimeout} instance using the values in this builder,
* wrapping the given statement.
*
* @param statement
* @param statement statement to build
*/
public FailOnTimeout build(Statement statement) {
if (statement == null) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/junit/runner/JUnitCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static Result runClasses(Computer computer, Class<?>... classes) {
}

/**
* @param system
* @param system system to run with
* @param args from main()
*/
Result runMain(JUnitSystem system, String... args) {
Expand Down

0 comments on commit 099d588

Please sign in to comment.