Skip to content

Commit

Permalink
Update KDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
BilledTrain380 committed Aug 30, 2018
1 parent 8f3b899 commit 9729646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ interface ParticipantManager {
*
* If the participant exists already, it will be updated.
*
* If the {@link Participant#town#id} < 1, it will be created.
* If the {@link Participant#town} does not exist, it will be created
*
* The {@link Participant#group} relation will be created if it does not exist yet.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class ParticipantManagerImpl(
*
* If the participant exists already, it will be updated.
*
* If the {@link Participant#town#id} < 1, it will be created.
* If the {@link Participant#town} does not exist, it will be created
*
* The {@link Participant#group} relation will be created if it does not exist yet.
*
Expand Down

0 comments on commit 9729646

Please sign in to comment.