Javadoc fix from Dave.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2642 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -81,7 +81,7 @@ public class JDBCUtil
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Wraps the given connection in a proxied instance that will add all statements returned by
|
* 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
|
* 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
|
* and then close any statements created by the code that operated on that Connection before
|
||||||
* returning it to a pool, for example.
|
* returning it to a pool, for example.
|
||||||
|
|||||||
Reference in New Issue
Block a user