Skip to content

Commit e45d92f

Browse files
committed
no-op cleanup; pass the parameter over.
On behalf of clever robots that always analyse code.
1 parent 3db28f5 commit e45d92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/src/com/thoughtworks/selenium/condition/DefaultConditionRunner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public DefaultConditionRunner(Monitor monitor, Selenium selenium, int initialDel
6262
* @param timeout (in millis) when waiting for a condition, how long to wait until we give up.
6363
*/
6464
public DefaultConditionRunner(Monitor monitor, Selenium selenium, int interval, int timeout) {
65-
this(new NoOpMonitor(), selenium, interval, interval, timeout);
65+
this(monitor, selenium, interval, interval, timeout);
6666
}
6767

6868
/**

0 commit comments

Comments
 (0)