1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-31 13:47:02 +02:00

Java code style

This commit is contained in:
Jari Bakken 2014-10-27 15:08:29 +01:00 committed by Ivar Conradi Østhus
parent 3b778f4711
commit 96721b863b

View File

@ -32,7 +32,8 @@ public class PollingToggleRepository implements ToggleRepository {
thread.setDaemon(true);
return thread;
}
});
}
);
static {
TIMER.setRemoveOnCancelPolicy(true);