(no commit message)
[utils] / wicket / joe / src / main / java / org / wamblee / wicket / transactions / OpenTransactionInViewRequestCycle.java
index 2953aa0776975110ee6d75bf25559b41e2af0658..4aae401627006cd5fe26d0a1cd87ef6a5e741cbf 100644 (file)
@@ -35,8 +35,8 @@ import org.apache.wicket.protocol.http.WebRequestCycle;
  * This class provides an <em>Open Transaction in View</em> implementation for
  * wicket. It provides a custom request cycle that uses the
  * {@link UserTransaction} to make sure that all work is done within a single
- * transaction. In hibernate context, this is referred to as open session in
- * view.
+ * transaction. In Hibernate context, this is referred to as open session in
+ * view. 
  * </p>
  * 
  * <p>