Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd5140b

Browse files
committedSep 10, 2014
Add missing @SInCE Javadoc for FailOnTimeout.Builder
1 parent 91995cb commit dd5140b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

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

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ public class FailOnTimeout extends Statement {
2323

2424
/**
2525
* Returns a new builder for building an instance.
26+
*
27+
* @since 4.12
2628
*/
2729
public static Builder builder() {
2830
return new Builder();
@@ -49,6 +51,8 @@ private FailOnTimeout(Builder builder, Statement statement) {
4951

5052
/**
5153
* Builder for {@link FailOnTimeout}.
54+
*
55+
* @since 4.12
5256
*/
5357
public static class Builder {
5458
private boolean lookForStuckThread = false;

0 commit comments

Comments
 (0)
Please sign in to comment.