Author: stliu
Date: 2010-03-01 08:27:48 -0500 (Mon, 01 Mar 2010)
New Revision: 18912
Modified:
core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/connection/ConnectionProviderFactory.java
Log:
correct javadoc typo
Modified:
core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/connection/ConnectionProviderFactory.java
===================================================================
---
core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/connection/ConnectionProviderFactory.java 2010-03-01
13:26:56 UTC (rev 18911)
+++
core/branches/Branch_3_2_4_SP1_CP/src/org/hibernate/connection/ConnectionProviderFactory.java 2010-03-01
13:27:48 UTC (rev 18912)
@@ -60,7 +60,7 @@
* Instantiate a <tt>ConnectionProvider</tt> using given properties.
* Method newConnectionProvider.
* @param properties hibernate <tt>SessionFactory</tt> properties
- * @param connectionProviderInjectionData object to be injected in the conenction
provided
+ * @param connectionProviderInjectionData object to be injected in the connection
provided
* @return ConnectionProvider
* @throws HibernateException
*/
@@ -132,7 +132,7 @@
* Transform JDBC connection properties.
*
* Passed in the form <tt>hibernate.connection.*</tt> to the
- * format accepted by <tt>DriverManager</tt> by triming the leading
"<tt>hibernate.connection</tt>".
+ * format accepted by <tt>DriverManager</tt> by trimming the leading
"<tt>hibernate.connection</tt>".
*/
public static Properties getConnectionProperties(Properties properties) {
Show replies by date