Typo in exception message
-------------------------
Key: HHH-3664
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3664
Project: Hibernate Core
Issue Type: Bug
Components: core
Affects Versions: 3.3.1
Reporter: Luis Parravicini
Priority: Trivial
org.hibernate.jdbc.BorrowedConnectionProxy has a typo in the message used when creating an
HibernateException. It says "connnection" instead of "connection". The
typo is still in head (r15702).
Here are the lines where the typo is:
=================================
if ( !useable ) {
throw new HibernateException( "connnection proxy not usa
ble after transaction completion" );
}
=================================
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira