diff --git a/dotCMS/src/main/java/com/dotcms/rest/api/v1/JobQueueManagerHelper.java b/dotCMS/src/main/java/com/dotcms/rest/api/v1/JobQueueManagerHelper.java index b8511ce3c0fe..db7e60ff94eb 100644 --- a/dotCMS/src/main/java/com/dotcms/rest/api/v1/JobQueueManagerHelper.java +++ b/dotCMS/src/main/java/com/dotcms/rest/api/v1/JobQueueManagerHelper.java @@ -15,6 +15,7 @@ /** * Helper class for managing job queue processors in the JobQueueManagerAPI. + *

* This class is responsible for discovering job processors, registering them with * the JobQueueManagerAPI, and shutting down the JobQueueManagerAPI when needed. */