From c59048a0b40619eaf81cf3644d5c7d4b206c68c4 Mon Sep 17 00:00:00 2001 From: valentinogiardino Date: Thu, 21 Nov 2024 23:25:48 -0300 Subject: [PATCH] #30669 update doc --- .../main/java/com/dotcms/rest/api/v1/JobQueueManagerHelper.java | 1 + 1 file changed, 1 insertion(+) 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. */