[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3869) Improve toString on SessionStatistics

David Sheldon (JIRA) noreply at atlassian.com
Tue Apr 21 05:55:17 EDT 2009


Improve toString on SessionStatistics
-------------------------------------

                 Key: HHH-3869
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3869
             Project: Hibernate Core
          Issue Type: Patch
          Components: core
            Reporter: David Sheldon
            Priority: Trivial
         Attachments: sessionstats.diff

toString on SessionStatisticsImpl is missing a comma - patch attached.

Before:
 SessionStatistics[entity count=100collection count=1100]

After:
 SessionStatistics[entity count=100,collection count=1100]


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