rollback for a while to fix tests

This commit is contained in:
Konstantin Bulenkov
2011-12-30 08:46:42 +01:00
parent 941180c1e2
commit 24b8bb3c6b
@@ -37,7 +37,7 @@ public class KindSorter implements Sorter {
return 55;
}
if (value instanceof JavaClassTreeElement) {
return 54;
return 10;
}
if (value instanceof ClassInitializerTreeElement) {
return 15;