You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/04/28 14:17:29 UTC

svn commit: r938964 - /click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java

Author: sabob
Date: Wed Apr 28 12:17:29 2010
New Revision: 938964

URL: http://svn.apache.org/viewvc?rev=938964&view=rev
Log:
javadoc

Modified:
    click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java

Modified: click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java
URL: http://svn.apache.org/viewvc/click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java?rev=938964&r1=938963&r2=938964&view=diff
==============================================================================
--- click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java (original)
+++ click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java Wed Apr 28 12:17:29 2010
@@ -46,12 +46,9 @@ import org.apache.click.util.HtmlStringB
 import org.apache.commons.lang.StringUtils;
 
 /**
- * Provides a servlet filter which binds DataContext objects to the request.
- * This filter will automatically rollback any uncommitted changes at
- *
- * which binds the user's session scope DataContext to the
- * current thread. This filter will automatically rollback any uncommitted
- * changes at the end of each request.
+ * Provides a servlet filter which binds DataContext objects to the current
+ * request thread and optionally the users HttpSession. This filter will
+ * automatically rollback any uncommitted changes at the end of each request.
  * <p/>
  * When the click application is in <tt>debug</tt> or <tt>trace</tt> mode this
  * filter will log any uncommitted data objects at the end of each request.