You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/08/20 16:32:08 UTC

DO NOT REPLY [Bug 11860] New: - minor typo in overview doc

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11860>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11860

minor typo in overview doc

           Summary: minor typo in overview doc
           Product: Commons
           Version: Nightly Builds
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Bean Utilities
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: avm3@cdc.gov


Very minor typo:

Index: package.html
===================================================================
RCS file:
/home/cvspublic/jakarta-commons/beanutils/src/java/org/apache/commons/beanutils/package.html,v
retrieving revision 1.9
diff -u -r1.9 package.html
--- package.html	13 Jul 2002 01:52:08 -0000	1.9
+++ package.html	20 Aug 2002 14:06:09 -0000
@@ -396,7 +396,7 @@
     DynaBean employee = ...; // Details depend on which
                              // DynaBean implementation you use
     String firstName = (String) employee.get("firstName");
-    Address homeAddress = (String) employee.get("address", "home");
+    Address homeAddress = (Address) employee.get("address", "home");
     Object subordinate = employee.get("subordinate", 2);
 </pre>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>