Typo in Hibernate API docs - SessionFactory class
-------------------------------------------------
Key: HHH-3122
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3122
Project: Hibernate3
Issue Type: Patch
Components: documentation
Affects Versions: 3.2.6, 3.2.5
Environment: Hibernate Core Java Doc
Reporter: Shyamsunder
When I was referring to SessionFactory class java doc in Hibernate API at
http://www.hibernate.org/hib_docs/v3/api/org/hibernate/SessionFactory.html
I found that the following two methods that return Session.
Session getCurrentSession()
Session openSession() //it has three more overloaded method
The link given to Session should be
http://www.hibernate.org/hib_docs/v3/api/org/hibernate/Session.html
instead of
http://www.hibernate.org/hib_docs/v3/api/org/hibernate/classic/Session.html
The same typo is produced in latest release, i.e., hibernate-3.2.6.ga API docs. So please
correct the error.
Thanks
Shyamsunder
http://forum.hibernate.org/viewtopic.php?t=983701
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira