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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]