Skip to content

Commit 39fbfbd

Browse files
committed
Doc: base-packages can be comma/semicolon/space/tab/linefeed-separated
Issue: SPR-12523 (cherry picked from commit 6f2de28)
1 parent e9d24d5 commit 39fbfbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-context/src/main/resources/org/springframework/context/config/spring-context-4.0.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
use="required">
236236
<xsd:annotation>
237237
<xsd:documentation><![CDATA[
238-
The comma-separated list of packages to scan for annotated components.
238+
The comma/semicolon/space/tab/linefeed-separated list of packages to scan for annotated components.
239239
]]></xsd:documentation>
240240
</xsd:annotation>
241241
</xsd:attribute>

src/asciidoc/index.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5976,8 +5976,8 @@ are eligible for such autodetection:
59765976

59775977
To autodetect these classes and register the corresponding beans, you need to include
59785978
the following element in XML, where the base-package element is a common parent package
5979-
for the two classes. (Alternatively, you can specify a comma-separated list that
5980-
includes the parent package of each class.)
5979+
for the two classes. (Alternatively, you can specify a comma/semicolon/space/tab/linefeed-
5980+
separated list that includes the parent package of each class.)
59815981

59825982
[source,xml,indent=0]
59835983
[subs="verbatim,quotes"]

0 commit comments

Comments
 (0)