Javadoc fix from Dave.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2642 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
samskivert
2009-10-20 01:44:20 +00:00
parent 2868785c8f
commit 096e7d34a8
+1 -1
View File
@@ -81,7 +81,7 @@ public class JDBCUtil
/**
* Wraps the given connection in a proxied instance that will add all statements returned by
* methods called on the proxy (such as {@link Collection#createStatement}) to the supplied
* methods called on the proxy (such as {@link Connection#createStatement}) to the supplied
* list. Thus you can create the proxy, pass the proxy to code that creates and uses statements
* and then close any statements created by the code that operated on that Connection before
* returning it to a pool, for example.