Author: psteitz
Date: Sat Nov 28 16:15:59 2009
New Revision: 885109

URL: http://svn.apache.org/viewvc?rev=885109&view=rev
Log:
Javadoc only.  Fixed broken link.

Modified:
    
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/PoolingConnection.java

Modified: 
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/PoolingConnection.java
URL: 
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/PoolingConnection.java?rev=885109&r1=885108&r2=885109&view=diff
==============================================================================
--- 
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/PoolingConnection.java
 (original)
+++ 
commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/PoolingConnection.java
 Sat Nov 28 16:15:59 2009
@@ -255,10 +255,11 @@
     /**
      * {...@link KeyedPoolableObjectFactory} method for creating
      * {...@link PoolablePreparedStatement}s or {...@link 
PoolableCallableStatement}s.
-     * The {...@link PStmtKey#_stmtType} field in the key determines whether
+     * The <code>stmtType</code> field in the key determines whether 
      * a PoolablePreparedStatement or PoolableCallableStatement is created.
      * 
      * @param obj the key for the {...@link PreparedStatement} to be created
+     * @see #createKey(String, int, int, byte)
      */
     public Object makeObject(Object obj) throws Exception {
         if(null == obj || !(obj instanceof PStmtKey)) {


Reply via email to