Browse Source

Fix typo in reference manual regarding JSR 330

pull/1029/head
Sam Brannen 10 years ago
parent
commit
5a0a88c039
  1. 2
      src/asciidoc/testing.adoc

2
src/asciidoc/testing.adoc

@ -2769,7 +2769,7 @@ application context that you configured with `@ContextConfiguration`. You may us @@ -2769,7 +2769,7 @@ application context that you configured with `@ContextConfiguration`. You may us
injection, field injection, or both, depending on which annotations you choose and
whether you place them on setter methods or fields. For consistency with the annotation
support introduced in Spring 2.5 and 3.0, you can use Spring's `@Autowired` annotation
or the `@Inject` annotation from JSR 300.
or the `@Inject` annotation from JSR 330.
[TIP]
====

Loading…
Cancel
Save