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:56 +04:00
parent 628a434b50
commit a77ca9f4ec

View File

@@ -12,6 +12,7 @@ import java.net.URL;
* @author dsl
*/
public class SCR20557 {
private final MyResultSet myResultSet = new MyResultSet();
public Date getDate(int columnIndex) throws SQLException {