Author: markt
Date: Mon Dec 2 17:10:57 2013
New Revision: 1547109
URL: http://svn.apache.org/r1547109
Log:
Fix Javadoc errors resulting from refactoring
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/PoolingConnection.java
Modified:
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/PoolingConnection.java
URL:
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/PoolingConnection.java?rev=1547109&r1=1547108&r2=1547109&view=diff
==============================================================================
---
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/PoolingConnection.java
(original)
+++
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/PoolingConnection.java
Mon Dec 2 17:10:57 2013
@@ -270,7 +270,7 @@ public class PoolingConnection extends D
}
/**
- * {@link KeyedPoolableObjectFactory} method for creating
+ * {@link KeyedPooledObjectFactory} method for creating
* {@link PoolablePreparedStatement}s or {@link
PoolableCallableStatement}s.
* The <code>stmtType</code> field in the key determines whether
* a PoolablePreparedStatement or PoolableCallableStatement is created.
@@ -307,7 +307,7 @@ public class PoolingConnection extends D
}
/**
- * {@link KeyedPoolableObjectFactory} method for destroying
+ * {@link KeyedPooledObjectFactory} method for destroying
* PoolablePreparedStatements and PoolableCallableStatements.
* Closes the underlying statement.
*
@@ -322,7 +322,7 @@ public class PoolingConnection extends D
}
/**
- * {@link KeyedPoolableObjectFactory} method for validating
+ * {@link KeyedPooledObjectFactory} method for validating
* pooled statements. Currently always returns true.
*
* @param key ignored
@@ -336,7 +336,7 @@ public class PoolingConnection extends D
}
/**
- * {@link KeyedPoolableObjectFactory} method for activating
+ * {@link KeyedPooledObjectFactory} method for activating
* pooled statements.
*
* @param key ignored
@@ -349,7 +349,7 @@ public class PoolingConnection extends D
}
/**
- * {@link KeyedPoolableObjectFactory} method for passivating
+ * {@link KeyedPooledObjectFactory} method for passivating
* {@link PreparedStatement}s or {@link CallableStatement}s.
* Invokes {@link PreparedStatement#clearParameters}.
*