Return-Path: Delivered-To: apmail-click-commits-archive@www.apache.org Received: (qmail 10885 invoked from network); 28 Apr 2010 12:18:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Apr 2010 12:18:13 -0000 Received: (qmail 67085 invoked by uid 500); 28 Apr 2010 12:18:13 -0000 Delivered-To: apmail-click-commits-archive@click.apache.org Received: (qmail 67070 invoked by uid 500); 28 Apr 2010 12:18:12 -0000 Mailing-List: contact commits-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@click.apache.org Delivered-To: mailing list commits@click.apache.org Received: (qmail 67062 invoked by uid 99); 28 Apr 2010 12:18:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 12:18:12 +0000 X-ASF-Spam-Status: No, hits=-1715.8 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 12:18:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B297423889B6; Wed, 28 Apr 2010 12:17:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r938964 - /click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java Date: Wed, 28 Apr 2010 12:17:29 -0000 To: commits@click.apache.org From: sabob@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100428121729.B297423889B6@eris.apache.org> 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. *

* When the click application is in debug or trace mode this * filter will log any uncommitted data objects at the end of each request.