Skip to content

Commit

Permalink
Add missing @SInCE Javadoc for FailOnTimeout.Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
kcooney committed Sep 10, 2014
1 parent 91995cb commit dd5140b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ public class FailOnTimeout extends Statement {

/**
* Returns a new builder for building an instance.
*
* @since 4.12
*/
public static Builder builder() {
return new Builder();
Expand All @@ -49,6 +51,8 @@ private FailOnTimeout(Builder builder, Statement statement) {

/**
* Builder for {@link FailOnTimeout}.
*
* @since 4.12
*/
public static class Builder {
private boolean lookForStuckThread = false;
Expand Down

0 comments on commit dd5140b

Please sign in to comment.