You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/12/30 20:01:26 UTC

svn commit: r894694 - /commons/proper/dbcp/trunk/xdocs/changes.xml

Author: psteitz
Date: Wed Dec 30 19:01:26 2009
New Revision: 894694

URL: http://svn.apache.org/viewvc?rev=894694&view=rev
Log:
Fixed error in change description.

Modified:
    commons/proper/dbcp/trunk/xdocs/changes.xml

Modified: commons/proper/dbcp/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/xdocs/changes.xml?rev=894694&r1=894693&r2=894694&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/xdocs/changes.xml (original)
+++ commons/proper/dbcp/trunk/xdocs/changes.xml Wed Dec 30 19:01:26 2009
@@ -196,7 +196,7 @@
         getConnection() or getStatement().
       </action>
       <action dev="dain" type="update" issue="DBCP-143">
-        SQLNestedException has been deprecated and will be replaced in DBCP 1.4 with
+        SQLNestedException has been deprecated and will be replaced in DBCP 2.0 with
         SQLException and standard Java exception chaining.
       </action>
       <action dev="dain" type="fix" issue="DBCP-221">