diff --git a/dhis-2/dhis-api/src/main/java/org/hisp/dhis/scheduling/JobType.java b/dhis-2/dhis-api/src/main/java/org/hisp/dhis/scheduling/JobType.java index 55caa587f20c..e74db969cb85 100644 --- a/dhis-2/dhis-api/src/main/java/org/hisp/dhis/scheduling/JobType.java +++ b/dhis-2/dhis-api/src/main/java/org/hisp/dhis/scheduling/JobType.java @@ -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 */