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 2012/03/27 11:41:03 UTC

[6/6] git commit: Remove unused field. It is moved earlier in ExceptionSettings.

Remove unused field. It is moved earlier in ExceptionSettings.

caught-by: findbugs


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

Branch: refs/heads/master
Commit: 3297e3c377515f4a98453796730c9a050f990586
Parents: 6348308
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Mar 27 10:27:45 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Mar 27 10:27:45 2012 +0200

----------------------------------------------------------------------
 .../wicket/settings/def/RequestCycleSettings.java  |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/3297e3c3/wicket-core/src/main/java/org/apache/wicket/settings/def/RequestCycleSettings.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/settings/def/RequestCycleSettings.java b/wicket-core/src/main/java/org/apache/wicket/settings/def/RequestCycleSettings.java
index 5965f54..e2966d9 100644
--- a/wicket-core/src/main/java/org/apache/wicket/settings/def/RequestCycleSettings.java
+++ b/wicket-core/src/main/java/org/apache/wicket/settings/def/RequestCycleSettings.java
@@ -48,9 +48,6 @@ public class RequestCycleSettings implements IRequestCycleSettings
 	 */
 	private boolean gatherExtendedBrowserInfo = false;
 
-	/** Type of handling for unexpected exceptions */
-	private IExceptionSettings.UnexpectedExceptionDisplay unexpectedExceptionDisplay = IExceptionSettings.SHOW_EXCEPTION_PAGE;
-
 	/**
 	 * The render strategy, defaults to 'REDIRECT_TO_BUFFER'. This property influences the default
 	 * way in how a logical request that consists of an 'action' and a 'render' part is handled, and