Author: stliu
Date: 2009-12-29 02:50:55 -0500 (Tue, 29 Dec 2009)
New Revision: 18337
Modified:
core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/Session.java
Log:
minor change, correct javadoc spell
Modified: core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/Session.java
===================================================================
---
core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/Session.java 2009-12-29
06:28:50 UTC (rev 18336)
+++
core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/Session.java 2009-12-29
07:50:55 UTC (rev 18337)
@@ -111,7 +111,7 @@
/**
* Force this session to flush. Must be called at the end of a
- * unit of work, before commiting the transaction and closing the
+ * unit of work, before committing the transaction and closing the
* session (depending on {@link #setFlushMode flush-mode},
* {@link Transaction#commit()} calls this method).
* <p/>
@@ -731,7 +731,7 @@
* Enable the named filter for this current session.
*
* @param filterName The name of the filter to be enabled.
- * @return The Filter instance representing the enabled fiter.
+ * @return The Filter instance representing the enabled filter.
*/
public Filter enableFilter(String filterName);
@@ -739,7 +739,7 @@
* Retrieve a currently enabled filter by name.
*
* @param filterName The name of the filter to be retrieved.
- * @return The Filter instance representing the enabled fiter.
+ * @return The Filter instance representing the enabled filter.
*/
public Filter getEnabledFilter(String filterName);
Show replies by date