[hibernate-commits] Hibernate SVN: r19538 - core/trunk/core/src/main/java/org/hibernate/engine/jdbc.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue May 18 03:59:52 EDT 2010


Author: epbernard
Date: 2010-05-18 03:59:51 -0400 (Tue, 18 May 2010)
New Revision: 19538

Modified:
   core/trunk/core/src/main/java/org/hibernate/engine/jdbc/JdbcSupportLoader.java
Log:
Minor JavaDoc typo

Modified: core/trunk/core/src/main/java/org/hibernate/engine/jdbc/JdbcSupportLoader.java
===================================================================
--- core/trunk/core/src/main/java/org/hibernate/engine/jdbc/JdbcSupportLoader.java	2010-05-18 07:14:20 UTC (rev 19537)
+++ core/trunk/core/src/main/java/org/hibernate/engine/jdbc/JdbcSupportLoader.java	2010-05-18 07:59:51 UTC (rev 19538)
@@ -40,7 +40,7 @@
 	private static final Logger log = LoggerFactory.getLogger( JdbcSupportLoader.class );
 
 	/**
-	 * The public factory method for obtaining the appropriate (accoring to given JDBC {@link java.sql.Connection})
+	 * The public factory method for obtaining the appropriate (according to given JDBC {@link java.sql.Connection})
 	 * {@link JdbcSupport}.
 	 *
 	 * @param jdbcConnection A JDBC {@link java.sql.Connection} which can be used to gauge the drivers level of support,
@@ -61,7 +61,7 @@
 	 * but also whether the actual {@link Connection} instance implements them (i.e. can be called without simply
 	 * throwing an exception).
 	 *
-	 * @param jdbcConnection The connection whcih can be used in level-of-support testing.
+	 * @param jdbcConnection The connection which can be used in level-of-support testing.
 	 *
 	 * @return True if the connection can be used to create LOBs; false otherwise.
 	 */



More information about the hibernate-commits mailing list