Skip to content

Commit

Permalink
Trigger mvn tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwilshire committed Oct 2, 2024
1 parent fb154f1 commit b07c413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void init() throws ClassNotFoundException, SchedulerException {
.getListenerManager()
.addTriggerListener(new ScheduledJobTriggerListener(scheduledJobRepository));

logger.info("Scheduled Job Manager started.");
logger.info("Scheduled Job Manager started");

// Loop through app properties jobs and push them to DB
for (ThirdPartySyncJobConfig syncJobConfig :
Expand Down

0 comments on commit b07c413

Please sign in to comment.