We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c97c39 commit 475cc02Copy full SHA for 475cc02
approvaltests-util/src/main/java/com/spun/util/LambdaThreadLauncher.java
@@ -14,7 +14,8 @@ public LambdaThreadLauncher(Action0 function)
14
{
15
this(function, 0);
16
}
17
- public LambdaThreadLauncher(Action0 function, Duration delay) {
+ public LambdaThreadLauncher(Action0 function, Duration delay)
18
+ {
19
this(function, delay.toMillis());
20
21
public LambdaThreadLauncher(Action0 function, long delay)
0 commit comments