Skip to content

Commit 48c924b

Browse files
committed
Move the deprecation notice for Batch Partitions to the correct location
1 parent 1d4e159 commit 48c924b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/batch.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Batch. Tracking the association between a job execution and the task in which it
99
executed as well as remote partitioning through Spring Cloud Deployer are covered in
1010
this section.
1111

12-
NOTE: This feature is now end-of-life and will be removed in a future release.
1312
--
1413

1514
[[batch-association]]
@@ -70,6 +69,7 @@ workers to be executing at once, the interval to poll for the results (defaults
7069
seconds), and a timeout (defaults to -1 or no timeout). The following example shows how
7170
configuring this `PartitionHandler` might look:
7271

72+
NOTE: This feature is now end-of-life and will be removed in a future release.
7373

7474
[source,java]
7575
----

0 commit comments

Comments
 (0)