← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1976: Minor fix.

 

------------------------------------------------------------
revno: 1976
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2010-10-30 15:35:36 +0700
message:
  Minor fix.
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/patient/SearchPatientFormAction.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/patient/SearchPatientFormAction.java'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/patient/SearchPatientFormAction.java	2010-09-01 08:32:05 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/java/org/hisp/dhis/patient/action/patient/SearchPatientFormAction.java	2010-10-30 08:35:36 +0000
@@ -35,7 +35,6 @@
 import org.hisp.dhis.patient.PatientAttributeService;
 
 import com.opensymphony.xwork2.Action;
-import org.hisp.dhis.patient.paging.PagingUtil;
 
 /**
  * @author Abyot Asalefew Gizaw
@@ -81,35 +80,6 @@
         return patientAttributes;
     }
 
-    private Integer currentPage;
-
-    public void setCurrentPage( Integer currentPage )
-    {
-        this.currentPage = currentPage;
-    }
-
-    private Integer pageSize;
-
-    public void setPageSize( Integer pageSize )
-    {
-        this.pageSize = pageSize;
-    }
-
-    private Integer defaultPageSize = 4;
-
-    public void setDefaultPageSize( Integer defaultPageSize )
-    {
-        this.defaultPageSize = defaultPageSize;
-    }
-
-    private PagingUtil pagingUtil;
-
-    public PagingUtil getPagingUtil()
-    {
-        return pagingUtil;
-    }
-    
-
     // -------------------------------------------------------------------------
     // Action implementation
     // -------------------------------------------------------------------------