|
From: Alef A. <al...@jt...> - 2004-02-02 09:27:59
|
Thanks Les, I've updated it in the CVS (not yet published on the website though). Alef > -----Original Message----- > From: spr...@li... > [mailto:spr...@li...] > On Behalf Of Les A. Hazlewood > Sent: Sunday, February 01, 2004 7:20 PM > To: spr...@li... > Subject: [Springframework-developer] Documentation mistake > > > Just browsing the new docs: > > In section 4.3.2, the code example shows how to register a > custom property editor. Going off of the 1.0 M4 API, The > example should list: > > beanFactory.registerCustomEditor(Date.class, new CustomDateEditor()); > > instead of > > beanFactory.registerCustomEditor(Date.class, CustomDateEditor.class); > > Just passing along... > > Regards, > > Les > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, > CA. http://www.eclipsecon.org/osdn > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |