Skip to content

Commit aa9ae31

Browse files
jrgleasonchedim
authored andcommitted
Docs don't show these as bullets because they are in a note block. Looking at the other code it should be like this. (spring-projects#1810)
1 parent c7393c7 commit aa9ae31

File tree

1 file changed

+5
-3
lines changed
  • spring-ai-docs/src/main/antora/modules/ROOT/pages/api

1 file changed

+5
-3
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/advisors.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,11 @@ The execution order of advisors in the chain is determined by the `getOrder()` m
7575
[NOTE]
7676
====
7777
The seeming contradiction between order and execution sequence is due to the stack-like nature of the advisor chain:
78-
* An advisor with the highest precedence (lowest order value) is added to the top of the stack.
79-
* It will be the first to process the request as the stack unwinds.
80-
* It will be the last to process the response as the stack rewinds.
78+
79+
- An advisor with the highest precedence (lowest order value) is added to the top of the stack.
80+
- It will be the first to process the request as the stack unwinds.
81+
- It will be the last to process the response as the stack rewinds.
82+
8183
====
8284

8385
As a reminder, here are the semantics of the Spring `Ordered` interface:

0 commit comments

Comments
 (0)