Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/16/08 12:29:31 (6 months ago)
Author:
bwolfe
Message:

Merging trunk to the 1.3.x branch (sideporting) to get bug fixes into an RC5 release [4745]:[4946]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/1.3.x/src/api/org/openmrs/api/db/PersonDAO.java

    r4358 r4947  
    9393         
    9494    /** 
    95      * @see org.openmrs.api.PersonService#getAllRelationshipTypes(boolean
     95     * @see org.openmrs.api.PersonService#getAllRelationshipTypes(
    9696     */ 
    97     public List<RelationshipType> getAllRelationshipTypes(boolean includeRetired) throws DAOException; 
     97    public List<RelationshipType> getAllRelationshipTypes() throws DAOException; 
    9898 
    9999    /**