Skip to content

Commit 09205a8

Browse files
committed
Fix indentation
Closes gh-8143
1 parent f50a0f9 commit 09205a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3235,9 +3235,9 @@ replacing those elements from the `web.xml` as follows:
32353235
container as if it was a `<servlet/>` and `<servlet-mapping/>` in `web.xml`.
32363236
* A `@Bean` of type `Filter` or `FilterRegistrationBean` behaves similarly (like a
32373237
`<filter/>` and `<filter-mapping/>`.
3238-
* An `ApplicationContext` in an XML file can be added through an `@ImportResource` in your
3239-
`Application`. Or simple cases where annotation configuration is heavily used already
3240-
can be recreated in a few lines as `@Bean` definitions.
3238+
* An `ApplicationContext` in an XML file can be added through an `@ImportResource` in
3239+
your `Application`. Or simple cases where annotation configuration is heavily used
3240+
already can be recreated in a few lines as `@Bean` definitions.
32413241

32423242
Once the war is working we make it executable by adding a `main` method to our
32433243
`Application`, e.g.

0 commit comments

Comments
 (0)