Skip to content

Commit

Permalink
TRUNK-6070 Update fix version in PatientIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dkayiwa committed Nov 18, 2022
1 parent e6e52d5 commit e5e5c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/main/java/org/openmrs/PatientIdentifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public int compare(PatientIdentifier pi1, PatientIdentifier pi2) {

/**
* Gets patient program associated to the identifier in context
* @since 2.3.6
* @since 2.6.0
* @return patientProgram the patient program associated to an identifier
*/
public PatientProgram getPatientProgram() {
Expand All @@ -346,7 +346,7 @@ public PatientProgram getPatientProgram() {

/**
* This method sets the patient program on a patient Identifier
* @since 2.3.6
* @since 2.6.0
* @param patientProgram The patientProgram to set.
*/
public void setPatientProgram(PatientProgram patientProgram) {
Expand Down

0 comments on commit e5e5c13

Please sign in to comment.