mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
update 优化代码
没必要的reture
This commit is contained in:
parent
0e84332af9
commit
7f53b11570
@ -21,8 +21,7 @@ public class Threads {
|
|||||||
public static void sleep(long milliseconds) {
|
public static void sleep(long milliseconds) {
|
||||||
try {
|
try {
|
||||||
Thread.sleep(milliseconds);
|
Thread.sleep(milliseconds);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException ignore) {
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user