Browse Source

SPR-6220: Corrected spelling of 'DataSource'

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2407 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Luke Taylor 16 years ago
parent
commit
5b0faab834
  1. 2
      spring-framework-reference/src/beans.xml

2
spring-framework-reference/src/beans.xml

@ -610,7 +610,7 @@ List userList service.getUsernameList();
configuration metadata for subsystem B may refer to a DataSource via configuration metadata for subsystem B may refer to a DataSource via
the name 'subsystemB-dataSource'. When composing the main application the name 'subsystemB-dataSource'. When composing the main application
that uses both these subsystems the main application refers to the that uses both these subsystems the main application refers to the
DattaSource via the name 'myApp-dataSource'. To have all three names DataSource via the name 'myApp-dataSource'. To have all three names
refer to the same object you add to the MyApp configuration metadata refer to the same object you add to the MyApp configuration metadata
the following aliases definitions:</para> the following aliases definitions:</para>

Loading…
Cancel
Save