Re: [hibernate-dev] [Doc-Bug?] Hibernate Tutorial 1.4 -> SimpleDateFormat not synchronized

2006-10-13 Thread Christian Bauer
On Oct 13, 2006, at 6:07 PM, andresgr wrote: In section 1.4 of hibernate tutorial we can read: "The dateFormatter is a tool we'll need later to convert Date objects from and to strings. It makes sense to only have one formatter as a member of the servlet." But in the javadoc from SimpleDateFo

[hibernate-dev] [Doc-Bug?] Hibernate Tutorial 1.4 -> SimpleDateFormat not synchronized

2006-10-13 Thread andresgr
Hi. In section 1.4 of hibernate tutorial we can read: "The dateFormatter is a tool we'll need later to convert Date objects from and to strings. It makes sense to only have one formatter as a member of the servlet." But in the javadoc from SimpleDateFormat we can read: "Date formats are not syn