On 1/28/15 6:40 AM, Benedikt Ritter wrote: > Hi Phil, > > I prefer {@link Connection Connections}. Looks better in the javadoc report.
Fine by me. Phil > > Benedikt > > 2015-01-28 14:27 GMT+01:00 <pste...@apache.org>: > >> Author: psteitz >> Date: Wed Jan 28 13:27:51 2015 >> New Revision: 1655299 >> >> URL: http://svn.apache.org/r1655299 >> Log: >> Javadoc typo. >> >> Modified: >> >> commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/PoolingDataSource.java >> >> Modified: >> commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/PoolingDataSource.java >> URL: >> http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/PoolingDataSource.java?rev=1655299&r1=1655298&r2=1655299&view=diff >> >> ============================================================================== >> --- >> commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/PoolingDataSource.java >> (original) >> +++ >> commons/proper/dbcp/trunk/src/main/java/org/apache/commons/dbcp2/PoolingDataSource.java >> Wed Jan 28 13:27:51 2015 >> @@ -46,7 +46,7 @@ import org.apache.commons.pool2.impl.Gen >> public class PoolingDataSource<C extends Connection> implements >> DataSource, AutoCloseable { >> >> private static final Log log = >> LogFactory.getLog(PoolingDataSource.class); >> - >> + >> /** Controls access to the underlying connection */ >> private boolean accessToUnderlyingConnectionAllowed = false; >> >> @@ -71,7 +71,7 @@ public class PoolingDataSource<C extends >> } >> >> /** >> - * Close and free all {@link Connections}s from the pool. >> + * Close and free all {@link Connection}s from the pool. >> * @since 2.1 >> */ >> @Override >> >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org