mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
Java code style
This commit is contained in:
parent
3b778f4711
commit
96721b863b
@ -32,7 +32,8 @@ public class PollingToggleRepository implements ToggleRepository {
|
|||||||
thread.setDaemon(true);
|
thread.setDaemon(true);
|
||||||
return thread;
|
return thread;
|
||||||
}
|
}
|
||||||
});
|
}
|
||||||
|
);
|
||||||
|
|
||||||
static {
|
static {
|
||||||
TIMER.setRemoveOnCancelPolicy(true);
|
TIMER.setRemoveOnCancelPolicy(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user