You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ni...@apache.org on 2005/11/12 02:06:42 UTC

svn commit: r332695 - /struts/core/branches/STRUTS_1_2_BRANCH/doc/userGuide/building_controller.xml

Author: niallp
Date: Fri Nov 11 17:06:33 2005
New Revision: 332695

URL: http://svn.apache.org/viewcvs?rev=332695&view=rev
Log:
Port fix for Bug 37459 to 1.2.x Branch - correct BigDecimal/BigInteger package names - patch supplied by Christian Meder

Modified:
    struts/core/branches/STRUTS_1_2_BRANCH/doc/userGuide/building_controller.xml

Modified: struts/core/branches/STRUTS_1_2_BRANCH/doc/userGuide/building_controller.xml
URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/doc/userGuide/building_controller.xml?rev=332695&r1=332694&r2=332695&view=diff
==============================================================================
--- struts/core/branches/STRUTS_1_2_BRANCH/doc/userGuide/building_controller.xml (original)
+++ struts/core/branches/STRUTS_1_2_BRANCH/doc/userGuide/building_controller.xml Fri Nov 11 17:06:33 2005
@@ -457,11 +457,11 @@
     <ul>
     
         <li>
-        java.lang.BigDecimal
+        java.math.BigDecimal
         </li>
 
         <li>
-        java.lang.BigInteger
+        java.math.BigInteger
         </li>
 
         <li>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org