Author: jdonnerstag
Date: Sat Jan 17 05:41:20 2009
New Revision: 735290

URL: http://svn.apache.org/viewvc?rev=735290&view=rev
Log:
Updated javadoc (wicket-2025)

Modified:
    
wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java

Modified: 
wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java?rev=735290&r1=735289&r2=735290&view=diff
==============================================================================
--- 
wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java
 (original)
+++ 
wicket/trunk/wicket/src/main/java/org/apache/wicket/settings/IDebugSettings.java
 Sat Jan 17 05:41:20 2009
@@ -19,13 +19,12 @@
 /**
  * Settings interface for various debug settings
  * <p>
- * <i>componentUseCheck </i> (defaults to true) - Causes the framework to do a 
check after rendering
- * each page to ensure that each component was used in rendering the markup. 
If components are found
- * that are not referenced in the markup, an appropriate error will be 
displayed
- * <i>serializeSessionAttributes</i> (defaults to true in development mode) - 
Causes the framework
- * to serialize any attribute put into session - this helps find Not 
Serializable errors early
- * <p>
- * 
+ * <i>componentUseCheck </i> (defaults to true in development mode) - causes 
the framework to do a
+ * check after rendering each page to ensure that each component was used in 
rendering the markup.
+ * If components are found that are not referenced in the markup, an 
appropriate error will be
+ * displayed <i>serializeSessionAttributes</i> (defaults to true in 
development mode) - Causes the
+ * framework to serialize any attribute put into session - this helps find Not 
Serializable errors
+ * early
  * 
  * @author Igor Vaynberg (ivaynberg)
  */


Reply via email to