Skip to content

Commit

Permalink
no-op cleanup; pass the parameter over.
Browse files Browse the repository at this point in the history
On behalf of clever robots that always analyse code.
  • Loading branch information
sevaseva committed Sep 11, 2014
1 parent 3db28f5 commit e45d92f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public DefaultConditionRunner(Monitor monitor, Selenium selenium, int initialDel
* @param timeout (in millis) when waiting for a condition, how long to wait until we give up.
*/
public DefaultConditionRunner(Monitor monitor, Selenium selenium, int interval, int timeout) {
this(new NoOpMonitor(), selenium, interval, interval, timeout);
this(monitor, selenium, interval, interval, timeout);
}

/**
Expand Down

0 comments on commit e45d92f

Please sign in to comment.