[java decompiler] adds an empty line before local classes

This commit is contained in:
Roman Shevchenko
2017-12-07 10:43:23 +01:00
parent a3332a5f31
commit 45486cd4d4
3 changed files with 34 additions and 26 deletions

View File

@@ -10,6 +10,7 @@ import java.util.*;
*
* @author egor
*/
@SuppressWarnings("UnusedReturnValue")
public class TextBuffer {
private final String myLineSeparator = DecompilerContext.getNewLineSeparator();
private final String myIndent = (String)DecompilerContext.getProperty(IFernflowerPreferences.INDENT_STRING);