Fixed Javadoc

This commit is contained in:
Lukas Eder 2013-04-05 11:22:55 +02:00
parent abe43ec2c2
commit caa173e5bd

View File

@ -82,7 +82,7 @@ public interface ConnectionProvider {
* jOOQ will guarantee that every acquired connection is released exactly
* once.
*
* @param A connection that was previously obtained from {@link #acquire()}
* @param connection A connection that was previously obtained from {@link #acquire()}
* @throws DataAccessException If anything went wrong while releasing a
* connection
*/