Fix formatting

Closes gh-1206
This commit is contained in:
Stephane Nicoll
2016-10-15 11:55:07 +03:00
parent ae5b0c6fb5
commit fc8bad36c9
4 changed files with 9 additions and 7 deletions

View File

@@ -35,7 +35,8 @@ import org.springframework.util.ClassUtils;
* configure JNDI appropriately, so that {@code new InitialContext()}
* will expose the required objects. Also usable for standalone applications,
* e.g. for binding a JDBC DataSource to a well-known JNDI location, to be
* able to use traditional Java EE data access code outside of a Java EE container.
* able to use traditional Java EE data access code outside of a Java EE
* container.
*
* <p>There are various choices for DataSource implementations:
* <ul>