=== modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/commons/action/GetSectionDataElementsAction.java' --- dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/commons/action/GetSectionDataElementsAction.java 2011-06-20 14:59:29 +0000 +++ dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/commons/action/GetSectionDataElementsAction.java 2011-06-20 15:02:46 +0000 @@ -39,7 +39,6 @@ import org.hisp.dhis.dataset.DataSet; import org.hisp.dhis.dataset.DataSetService; import org.hisp.dhis.dataset.Section; -import org.hisp.dhis.options.displayproperty.DisplayPropertyHandler; import org.hisp.dhis.paging.ActionPagingSupport; public class GetSectionDataElementsAction @@ -62,7 +61,7 @@ { this.categoryService = categoryService; } - + private Comparator dataElementComparator; public void setDataElementComparator( Comparator dataElementComparator )