Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 1a5a832

Browse files
author
FredrikSchäferVitagroup
committed
SORMAS-Foundation#3195 small documentation adjustments
1 parent 95abec2 commit 1a5a832

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

sormas-backend/src/main/java/de/symeda/sormas/backend/externaljournal/ExternalJournalService.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ public void notifyExternalJournalFollowUpUntilUpdate(ContactDto contact, Date pr
185185
* the person already available in the external journal
186186
* @param updatedPerson
187187
* the updated person in SORMAS
188+
* @return true if the person data change was considered relevant for external journals, false otherwise.
189+
*
188190
*/
189191
public boolean notifyExternalJournalPersonUpdate(PersonDto existingPerson, PersonDto updatedPerson) {
190192
boolean shouldNotify = shouldNotify(existingPerson, updatedPerson);
@@ -313,8 +315,10 @@ private Invocation.Builder getExternalDataPersonInvocationBuilder(String personU
313315
}
314316

315317
/**
316-
* Check whether a person has valid data in orderd to be registered in the patient diary
317-
* @param person the person to validate
318+
* Check whether a person has valid data in order to be registered in the patient diary
319+
*
320+
* @param person
321+
* the person to validate
318322
* @return the result of the validation
319323
*/
320324
public ExternalPersonValidation validatePatientDiaryPerson(PersonDto person) {

0 commit comments

Comments
 (0)