java-decompiler: post-import cleanup (obsolete copyright option dropped)

This commit is contained in:
Roman Shevchenko
2014-08-31 12:57:31 +04:00
parent 8ef7bcb2ad
commit 1a4e48d11d
3 changed files with 0 additions and 15 deletions

View File

@@ -72,7 +72,6 @@ public class DecompilerContext {
mapDefault.put(IFernflowerPreferences.HIDE_EMPTY_SUPER, "1");
mapDefault.put(IFernflowerPreferences.HIDE_DEFAULT_CONSTRUCTOR, "1");
mapDefault.put(IFernflowerPreferences.DECOMPILE_GENERIC_SIGNATURES, "0");
mapDefault.put(IFernflowerPreferences.OUTPUT_COPYRIGHT_COMMENT, "0");
mapDefault.put(IFernflowerPreferences.NO_EXCEPTIONS_RETURN, "1");
mapDefault.put(IFernflowerPreferences.DECOMPILE_ENUM, "1");
mapDefault.put(IFernflowerPreferences.FINALLY_DEINLINE, "1");