From 46aa5002f016836ecb2a6d63bc155c0826e25fda Mon Sep 17 00:00:00 2001 From: "Dr. Hans-Peter Stoerr" Date: Mon, 30 Sep 2024 20:43:00 +0200 Subject: [PATCH] fix javadoc --- .../autotranslate/workflow/TriggerRolloutWorkflowProcess.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aem/core/src/main/java/com/composum/ai/aem/core/impl/autotranslate/workflow/TriggerRolloutWorkflowProcess.java b/aem/core/src/main/java/com/composum/ai/aem/core/impl/autotranslate/workflow/TriggerRolloutWorkflowProcess.java index 745e6f642..8f6efd9e6 100644 --- a/aem/core/src/main/java/com/composum/ai/aem/core/impl/autotranslate/workflow/TriggerRolloutWorkflowProcess.java +++ b/aem/core/src/main/java/com/composum/ai/aem/core/impl/autotranslate/workflow/TriggerRolloutWorkflowProcess.java @@ -34,7 +34,8 @@ import com.google.gson.JsonSyntaxException; /** - * Translates the page that is given as payload from it's blueprint. The page has to be a live copy of the page it's translated from. Configured as recursive: rolls out tree of pages. + * Translates the page that is given as payload from it's blueprint. The page has to be a live copy of the page it's translated from. + * Configured as recursive: rolls out tree of pages. * This is conservative in that it only rolls out (again) pages that already have been rolled out, and where the source still exists. It does not delete old pages or create new pages, even when recursive. *

As process * arguments a JSON can be given that configures the translation process - a serialization of {@link TriggerRolloutParameters},