Skip to content

Commit f37e0c6

Browse files
authored
Fix typo regarding Ordered interface in core-aop.adoc
Closes gh-25759
1 parent 31316a1 commit f37e0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-aop.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ join point, unless you specify otherwise, the order of execution is undefined. Y
16491649
control the order of execution by specifying precedence. This is done in the normal
16501650
Spring way by either implementing the `org.springframework.core.Ordered` interface in
16511651
the aspect class or annotating it with the `@Order` annotation. Given two aspects, the
1652-
aspect returning the lower value from `Ordered.getValue()` (or the annotation value) has
1652+
aspect returning the lower value from `Ordered.getOrder()` (or the annotation value) has
16531653
the higher precedence.
16541654

16551655
[NOTE]

0 commit comments

Comments
 (0)