IDEA-54765 Code Style -> Order of Members should have extra items for statics

Test data is corrected in order to follow new static vs instance methods ordering policy
This commit is contained in:
Denis Zhdanov
2010-05-11 18:28:39 +04:00
parent 84c70cec74
commit 628a434b50

View File

@@ -1,4 +1,5 @@
public class A {
private final MyIntf myDelegate = new MyIntf();
public Intf getMyDelegate() {