X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=getdown%2Fsrc%2Fgetdown%2Fcore%2Fsrc%2Fmain%2Fjava%2Fcom%2Fthreerings%2Fgetdown%2Futil%2FConfig.java;h=7c35f0da1639d684ad80b9e115164fca6c10fe93;hp=6ad2b4fd95eb8544515d790b7df01cdc2240bee4;hb=d1492daecffba8aba9c8dcb1fed8bc172357d515;hpb=e417a2cc319e7d17d1ccb92f9d3f8e708a1b1652 diff --git a/getdown/src/getdown/core/src/main/java/com/threerings/getdown/util/Config.java b/getdown/src/getdown/core/src/main/java/com/threerings/getdown/util/Config.java index 6ad2b4f..7c35f0d 100644 --- a/getdown/src/getdown/core/src/main/java/com/threerings/getdown/util/Config.java +++ b/getdown/src/getdown/core/src/main/java/com/threerings/getdown/util/Config.java @@ -471,7 +471,7 @@ public class Config private final Map _data; - public static final List allowedReplaceKeys = Arrays.asList("appbase","apparg","jvmarg"); // these are the ones we might use - public static final List allowedMergeKeys = Arrays.asList("apparg","jvmarg"); // these are the ones we might use + public static final List allowedReplaceKeys = Arrays.asList("appbase","apparg","jvmarg","jvmmempc"); // these are the ones we might use + public static final List allowedMergeKeys = Arrays.asList("apparg","jvmarg","jvmmempc"); // these are the ones we might use //private final List allowedMergeKeys = Arrays.asList("apparg","jvmarg","resource","code","java_location"); // (not exhaustive list here) }