Edit the testing part of the reference documentation

I edited for spelling, punctuation, grammar, usage,
and corporate voice.

I also added cross-references and links to the Javadoc.
This commit is contained in:
Jay Bryant
2018-08-30 10:29:17 -05:00
committed by Brian Clozel
parent 395e3d008c
commit 95ff22cb7e
3 changed files with 2278 additions and 1607 deletions

View File

@@ -8420,7 +8420,7 @@ the `Environment` or ,declaratively, by using the `spring.profiles.default` prop
[[beans-property-source-abstraction]]
=== `PropertySource` abstraction
=== `PropertySource` Abstraction
Spring's `Environment` abstraction provides search operations over a configurable
hierarchy of property sources. Consider the following listing: