package pr2.threads.notifier; public class Main { private static final int SLEEP_TIME = 200; public static void main(String[] args) { final Notifier notifier = new Notifier(); // TODO: Implementieren } }