=== modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/oust/manager/DefaultSelectionTreeManager.java' --- dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/oust/manager/DefaultSelectionTreeManager.java 2010-05-18 14:03:08 +0000 +++ dhis-2/dhis-web/dhis-web-commons/src/main/java/org/hisp/dhis/oust/manager/DefaultSelectionTreeManager.java 2010-05-18 14:32:23 +0000 @@ -51,7 +51,7 @@ private static final String SESSION_KEY_ROOT_ORG_UNITS = "dhis-oust-root-org-units"; - private static final double PERSENTAGE_OF_MULTIPLE_RELOADING_ORG_UNITS = 0.3; + private static final double PERCENTAGE_OF_MULTIPLE_RELOADING_ORG_UNITS = 0.3; // ------------------------------------------------------------------------- // Dependencies @@ -310,7 +310,7 @@ int noSelected = units.size(); - if ( (double) noSelected / noTotal > PERSENTAGE_OF_MULTIPLE_RELOADING_ORG_UNITS ) + if ( (double) noSelected / noTotal > PERCENTAGE_OF_MULTIPLE_RELOADING_ORG_UNITS ) { Collection allOrgUnits = organisationUnitService.getAllOrganisationUnits(); for ( OrganisationUnit each : allOrgUnits )