mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup (formatting)
This commit is contained in:
@@ -53,7 +53,6 @@ public class EnvironmentUtil {
|
||||
private static final String LC_CTYPE = "LC_CTYPE";
|
||||
|
||||
private static final Future<Map<String, String>> ourEnvGetter;
|
||||
|
||||
static {
|
||||
if (SystemInfo.isMac && "unlocked".equals(System.getProperty("__idea.mac.env.lock")) && Registry.is("idea.fix.mac.env")) {
|
||||
ourEnvGetter = AppExecutorUtil.getAppExecutorService().submit(new Callable<Map<String, String>>() {
|
||||
|
||||
Reference in New Issue
Block a user