Skip to content

Commit 099d588

Browse files
committed
fix JavaDoc warnings [no description for @param]
1 parent cda7454 commit 099d588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/junit/internal/runners/statements/FailOnTimeout.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public Builder withLookingForStuckThread(boolean enable) {
106106
* Builds a {@link FailOnTimeout} instance using the values in this builder,
107107
* wrapping the given statement.
108108
*
109-
* @param statement
109+
* @param statement statement to build
110110
*/
111111
public FailOnTimeout build(Statement statement) {
112112
if (statement == null) {

src/main/java/org/junit/runner/JUnitCore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static Result runClasses(Computer computer, Class<?>... classes) {
6363
}
6464

6565
/**
66-
* @param system
66+
* @param system system to run with
6767
* @param args from main()
6868
*/
6969
Result runMain(JUnitSystem system, String... args) {

0 commit comments

Comments
 (0)