diff --git a/org.springframework.test/src/main/java/org/springframework/mock/jndi/package.html b/org.springframework.test/src/main/java/org/springframework/mock/jndi/package.html index 141ee8db0fa..cec6e85b24c 100644 --- a/org.springframework.test/src/main/java/org/springframework/mock/jndi/package.html +++ b/org.springframework.test/src/main/java/org/springframework/mock/jndi/package.html @@ -4,9 +4,9 @@ The simplest implementation of the JNDI SPI that could possibly work.
Useful for setting up a simple JNDI environment for test suites -or standalone applications. If e.g. JDBC DataSources get bound to the -same JNDI names as within a J2EE container, both application code and -configuration can me reused without changes. +or stand-alone applications. If, for example, JDBC DataSources get bound to the +same JNDI names as within a Java EE container, both application code and +configuration can be reused without changes.