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 5854fae commit 3a2726dCopy full SHA for 3a2726d
utilcode/src/test/java/com/blankj/utilcode/util/ThreadUtilsTest.java
@@ -243,7 +243,7 @@ void onTestSuccess(String result) {
243
System.out.println(result);
244
}
245
};
246
- ThreadUtils.executeByIoWithDelay(task, 500 + index * 10, TimeUnit.MILLISECONDS);
+ ThreadUtils.executeByIoWithDelay(task, 500 + index * 10, TimeUnit.MILLISECONDS);
247
248
});
249
@@ -330,7 +330,7 @@ void onTestSuccess(String result) {
330
331
332
333
- ThreadUtils.executeByCpuWithDelay(task, 500 + index * 10, TimeUnit.MILLISECONDS);
+ ThreadUtils.executeByCpuWithDelay(task, 500 + index * 10, TimeUnit.MILLISECONDS);
334
335
336
0 commit comments