You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/02/27 09:10:05 UTC

[1/3] git commit: Remove obsolete javadoc

Remove obsolete javadoc


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/cbbffe5a
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/cbbffe5a
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/cbbffe5a

Branch: refs/heads/master
Commit: cbbffe5a4142b0f830fd06ba076c3d2c9ee40761
Parents: c4c78ae
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Feb 26 17:36:39 2013 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Feb 26 17:36:39 2013 +0200

----------------------------------------------------------------------
 .../org/apache/wicket/settings/IDebugSettings.java |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/cbbffe5a/wicket-core/src/main/java/org/apache/wicket/settings/IDebugSettings.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/settings/IDebugSettings.java b/wicket-core/src/main/java/org/apache/wicket/settings/IDebugSettings.java
index c2abe47..3f9f021 100644
--- a/wicket-core/src/main/java/org/apache/wicket/settings/IDebugSettings.java
+++ b/wicket-core/src/main/java/org/apache/wicket/settings/IDebugSettings.java
@@ -22,9 +22,7 @@ package org.apache.wicket.settings;
  * <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
+ * displayed
  * 
  * @author Igor Vaynberg (ivaynberg)
  */