HHH-3869 Improve toString on SessionStatistics
This commit is contained in:
parent
644efaebe4
commit
3220ca5b17
|
@ -60,7 +60,7 @@ public class SessionStatisticsImpl implements SessionStatistics {
|
|||
return new StringBuilder()
|
||||
.append("SessionStatistics[")
|
||||
.append("entity count=").append( getEntityCount() )
|
||||
.append("collection count=").append( getCollectionCount() )
|
||||
.append(",collection count=").append( getCollectionCount() )
|
||||
.append(']')
|
||||
.toString();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue