Fixed docs to not say that the package includes connection pooling.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@470622 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2006-11-03 01:09:12 +00:00
parent fbc9da9dfe
commit 22226fc0f4
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
<p>
Includes an implementation of the {@link javax.sql.DataSource} APIs
around a normal JDBC 1.x driver. Implements connection pooling and
prepared statement caching. Also includes a framework for firing and
around a normal JDBC 1.x driver. Implements logging and the ability to
customize JDBC behavior. Also includes a framework for firing and
consuming JDBC-related events.
</p>
</body>