Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Sleep CatchException #52

Open
ncharlton02 opened this issue May 17, 2018 · 0 comments
Open

Sleep CatchException #52

ncharlton02 opened this issue May 17, 2018 · 0 comments

Comments

@ncharlton02
Copy link
Contributor

ncharlton02 commented May 17, 2018

We have this code copied/pasted a lot around the FMS

public static void sleepCatchException(long millis) {
   try {
        Thread.sleep(millis);
   } catch (InterruptedException e) {
        e.printStackTrace();
   }
}

We should get a library function that does this (with tests?)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant