[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-1561) Missing " in Documentation for H3, Chapter 15.8

Christian Robert (JIRA) noreply at atlassian.com
Tue Apr 24 07:40:04 EDT 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Robert updated HHH-1561:
----------------------------------

    Attachment: HHH-1561.patch

patch added

-Chris

> Missing " in Documentation for H3, Chapter 15.8
> -----------------------------------------------
>
>                 Key: HHH-1561
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1561
>             Project: Hibernate3
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Sven Schliesing
>            Priority: Trivial
>         Attachments: HHH-1561.patch
>
>
> Missing " in the documentation for the Criteria Queries (http://www.hibernate.org/hib_docs/v3/reference/en/html/querycriteria.html), 15.8.
>     .add( Property.forName("weight).gt(avgWeight) )
> should be:
>     .add( Property.forName("weight").gt(avgWeight) )

-- 
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