Browse Source

Fixed formatting in AOP documentation

Issue: SPR-13750
pull/932/head
Juergen Hoeller 10 years ago
parent
commit
3fec802b46
  1. 2
      src/asciidoc/core-aop.adoc

2
src/asciidoc/core-aop.adoc

@ -2716,7 +2716,7 @@ can do so directly in the annotation: @@ -2716,7 +2716,7 @@ can do so directly in the annotation:
}
----
Spring will now look for a bean definition named " `account`" and use that as the
Spring will now look for a bean definition named "account" and use that as the
definition to configure new `Account` instances.
You can also use autowiring to avoid having to specify a dedicated bean definition at

Loading…
Cancel
Save