Conventien method to sleep.
This commit is contained in:
parent
93fb939245
commit
8432509fae
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public final class Hacks {
|
|||
sleep(200);
|
||||
}
|
||||
|
||||
private static final void sleep(int time) {
|
||||
public static final void sleep(int time) {
|
||||
try {
|
||||
Thread.sleep(time);
|
||||
} catch(InterruptedException ie){}
|
||||
|
|
Loading…
Reference in a new issue