[R6] Fix cpf getter typo
This commit is contained in:
parent
8603dbd393
commit
081e7bcfa3
@ -118,7 +118,7 @@ public class Patient {
|
|||||||
* Returns the cpf
|
* Returns the cpf
|
||||||
* @return A string representing the patient's cpf.
|
* @return A string representing the patient's cpf.
|
||||||
*/
|
*/
|
||||||
public String getCrm() {
|
public String getCpf() {
|
||||||
return cpf;
|
return cpf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user