updating readme with new options

This commit is contained in:
Stiver
2014-04-01 15:21:37 +02:00
parent 988a7b935a
commit 4d48812ad0
2 changed files with 7 additions and 0 deletions

View File

@@ -88,6 +88,8 @@ public class DecompilerContext {
mapDefault.put(IFernflowerPreferences.NEW_LINE_SEPARATOR, "0");
mapDefault.put(IFernflowerPreferences.IDEA_NOT_NULL_ANNOTATION, "1");
if(propertiesCustom != null) {
mapDefault.putAll(propertiesCustom);
}