[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3122) Typo in Hibernate API docs - SessionFactory class

Shyamsunder (JIRA) noreply at atlassian.com
Wed Feb 20 14:45:33 EST 2008


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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list