[hibernate-issues] [Hibernate-JIRA] Created: (HHH-7029) Javadoc says the opposite as in code example

George Gastaldi (JIRA) noreply at atlassian.com
Tue Feb 7 14:33:12 EST 2012


Javadoc says the opposite as in code example
--------------------------------------------

                 Key: HHH-7029
                 URL: https://hibernate.onjira.com/browse/HHH-7029
             Project: Hibernate ORM
          Issue Type: Bug
            Reporter: George Gastaldi
            Priority: Trivial


In http://docs.jboss.org/hibernate/core/4.0/devguide/en-US/html_single/#integrators-uses, the last line of the code example states:

{code:java}

        //     3) This form adds the specified listener(s) to the end of the listener chain
        eventListenerRegistry.prependListeners( EventType.AUTO_FLUSH, myListenersToBeCalledLast );
{code}

The method name should appendListeners

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list