Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbee committed Jan 23, 2025
1 parent 5194279 commit 76cd3be
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,8 @@ public boolean isDefaultExecutedByCreator() {
}

/**
* @implNote since 2.42 all jobs forward to the {@link org.eclipse.emf.common.notify.Notifier} but
* those not included here use {@link
* org.hisp.dhis.system.notification.NotificationLevel#ERROR}.
* @implNote since 2.42 all jobs forward to the {@code Notifier} but those not included here use
* {@link org.hisp.dhis.system.notification.NotificationLevel#ERROR}.
* @return true, if {@link JobProgress} events should be forwarded to the {@link
* org.eclipse.emf.common.notify.Notifier} API, otherwise false
*/
Expand Down

0 comments on commit 76cd3be

Please sign in to comment.