~dhis2-devs-core/+junk/dhis2-xml-ng

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/java/org/hisp/dhis/dataadmin/action/lock/GetExpandedTreeForLockAction.java

  • Committer: Bob Jolliffe
  • Date: 2009-12-28 00:10:10 UTC
  • mfrom: (1265.1.24 trunk)
  • Revision ID: bobj@bobj-laptop-20091228001010-74keze4t25s96xi0
Merged in changes from trunk (trying to stay in synch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
        locked = selectionTreeManager.getLockOnSelectedOrganisationUnits();
124
124
 
125
125
        Collection<OrganisationUnit> pathNodes = findPathNodes( roots, selected );
126
 
        
127
 
        @SuppressWarnings("unused")
 
126
                
 
127
                @SuppressWarnings("unused")
128
128
                Collection<OrganisationUnit> pathNodesL = findPathNodes( roots, locked );
129
 
        
 
129
 
130
130
        // ---------------------------------------------------------------------
131
131
        // Get the children of the roots
132
132
        // ---------------------------------------------------------------------