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 2009/11/09 22:18:35 UTC

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

Author: sabob
Date: Mon Nov  9 21:18:35 2009
New Revision: 834240

URL: http://svn.apache.org/viewvc?rev=834240&view=rev
Log:
formatting

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

Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java?rev=834240&r1=834239&r2=834240&view=diff
==============================================================================
--- incubator/click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java (original)
+++ incubator/click/trunk/click/extras/src/org/apache/click/extras/cayenne/DataContextFilter.java Mon Nov  9 21:18:35 2009
@@ -82,19 +82,19 @@
  *
  *
  * <h3>OSCache Enabled</h3>
- * 
- * This option enables you to specify whether 
+ *
+ * This option enables you to specify whether
  * <a href="http://www.opensymphony.com/oscache/">OSCache</a> should be used
- * as the query cache for the DataDomain. By default OSCache is not enabled. 
+ * as the query cache for the DataDomain. By default OSCache is not enabled.
  * <p/>
  * OSCache enables you to significantly
- * increase the performance of your applications with in-memory query caching. 
- * OSCache provides fine grain control over query caching, expiry and supports 
+ * increase the performance of your applications with in-memory query caching.
+ * OSCache provides fine grain control over query caching, expiry and supports
  * clustered cache invalidation.
  * <p/>
- * See 
+ * See
  * Cayenne <a href="http://cayenne.apache.org/doc/query-result-caching.html">Query Result Caching</a>
- * for more details. 
+ * for more details.
  *
  * <h3>Lifecycle Listener</h3>
  *