You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/11/05 10:56:38 UTC

svn commit: r1197911 - /commons/proper/digester/trunk/src/site/xdoc/guide/constructor.xml

Author: simonetripodi
Date: Sat Nov  5 09:56:38 2011
New Revision: 1197911

URL: http://svn.apache.org/viewvc?rev=1197911&view=rev
Log:
fixed version for 3.2 release

Modified:
    commons/proper/digester/trunk/src/site/xdoc/guide/constructor.xml

Modified: commons/proper/digester/trunk/src/site/xdoc/guide/constructor.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/xdoc/guide/constructor.xml?rev=1197911&r1=1197910&r2=1197911&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/site/xdoc/guide/constructor.xml (original)
+++ commons/proper/digester/trunk/src/site/xdoc/guide/constructor.xml Sat Nov  5 09:56:38 2011
@@ -78,7 +78,7 @@ digester.addRule( "root/bean", createRul
       </subsection>
 
       <subsection name="Using the annotations">
-        <p>Since 3.1, <a href="/apidocs/org/apache/commons/digester3/annotations/rules/ObjectCreate.html">ObjectCreate</a>
+        <p>Since 3.2, <a href="/apidocs/org/apache/commons/digester3/annotations/rules/ObjectCreate.html">ObjectCreate</a>
         can be used to annotate constructors as well; with the introduction of
         <a href="/apidocs/org/apache/commons/digester3/annotations/rules/Attribute.html">Attribute</a> annotation,
         constructor based rules can be expressed like:</p>