tests fixed

This commit is contained in:
Anton Makeev
2010-08-27 19:24:19 +04:00
parent e07af960db
commit 2f36023232
@@ -467,7 +467,7 @@ public class CodeStyleSettings implements Cloneable, JDOMExternalizable {
public int BLANK_LINES_BEFORE_METHOD_BODY = 0;
public int BLANK_LINES_AROUND_FIELD_IN_INTERFACE = 0;
public int BLANK_LINES_AROUND_METHOD_IN_INTERFACE = 0;
public int BLANK_LINES_AROUND_METHOD_IN_INTERFACE = 1;
public int BLANK_LINES_AFTER_CLASS_HEADER = 0;