Author: stliu
Date: 2009-12-18 01:23:17 -0500 (Fri, 18 Dec 2009)
New Revision: 18262
Modified:
core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/connection/ConnectionProviderFactory.java
Log:
minor change, correct javadoc spell
Modified:
core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/connection/ConnectionProviderFactory.java
===================================================================
---
core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/connection/ConnectionProviderFactory.java 2009-12-18
03:38:16 UTC (rev 18261)
+++
core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/connection/ConnectionProviderFactory.java 2009-12-18
06:23:17 UTC (rev 18262)
@@ -83,7 +83,7 @@
* Create a connection provider based on the given information.
*
* @param properties Properties being used to build the {@link
org.hibernate.SessionFactory}.
- * @param connectionProviderInjectionData Soemthing to be injected in the conenction
provided
+ * @param connectionProviderInjectionData Something to be injected in the connection
provided
* @return The created connection provider
* @throws HibernateException
*/
@@ -145,7 +145,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