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