Hi Phil,

I prefer {@link Connection Connections}. Looks better in the javadoc report.

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
>
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

Reply via email to