mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
revert final flag because of Gosu plugin
GitOrigin-RevId: 46bd1ef7509589adbc330b55a1efe87b8f869419
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7286c85048
commit
c002f93cb2
@@ -36,7 +36,7 @@ import java.util.concurrent.LinkedBlockingQueue;
|
||||
import java.util.function.Predicate;
|
||||
import java.util.function.Supplier;
|
||||
|
||||
public final class Mappings {
|
||||
public class Mappings {
|
||||
private final static Logger LOG = Logger.getInstance(Mappings.class);
|
||||
public static final String PROCESS_CONSTANTS_NON_INCREMENTAL_PROPERTY = "compiler.process.constants.non.incremental";
|
||||
private boolean myProcessConstantsIncrementally = !Boolean.valueOf(System.getProperty(PROCESS_CONSTANTS_NON_INCREMENTAL_PROPERTY, "false"));
|
||||
|
||||
Reference in New Issue
Block a user