forked from Fascinated/Bat
add spotify feature
This commit is contained in:
@ -14,7 +14,7 @@ public class TimerUtils {
|
||||
* Runs a repeating task on a schedule
|
||||
*
|
||||
* @param runnable the task to run
|
||||
* @param delay the delay before the task runs
|
||||
* @param delay the delay before the task runs
|
||||
*/
|
||||
public static void scheduleRepeating(Runnable runnable, long delay, long period) {
|
||||
new Timer().scheduleAtFixedRate(new TimerTask() {
|
||||
|
Reference in New Issue
Block a user