Skip to content

Commit

Permalink
Fix issue with sub-classed bean list
Browse files Browse the repository at this point in the history
  • Loading branch information
rjnichols committed May 26, 2011
1 parent 1708743 commit c09d8ed
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -99,7 +99,6 @@ public BeanList<T> resort() {

private BeanList<T> sort(final String... properties) {
Collections.sort(list, new Comparator<T>() {
@Override
public int compare(T o1, T o2) {
try {
for (int n = 0; n < properties.length; n++) {
Expand Down

0 comments on commit c09d8ed

Please sign in to comment.