Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stoerr committed Sep 30, 2024
1 parent 6879a04 commit 46aa500
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* <p>As process
* arguments a JSON can be given that configures the translation process - a serialization of {@link TriggerRolloutParameters},
Expand Down

0 comments on commit 46aa500

Please sign in to comment.