You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by sv...@apache.org on 2015/06/07 19:21:17 UTC

wicket git commit: minor javadoc correction

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 520460692 -> a442e306a


minor javadoc correction


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

Branch: refs/heads/wicket-6.x
Commit: a442e306afdb8f29744b85cfd1d587adf4e3a7cb
Parents: 5204606
Author: Sven Meier <sv...@apache.org>
Authored: Sun Jun 7 19:16:02 2015 +0200
Committer: Sven Meier <sv...@apache.org>
Committed: Sun Jun 7 19:16:30 2015 +0200

----------------------------------------------------------------------
 .../wicket/protocol/http/CsrfPreventionRequestCycleListener.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/a442e306/wicket-core/src/main/java/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListener.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListener.java b/wicket-core/src/main/java/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListener.java
index be26d4c..feebd30 100644
--- a/wicket-core/src/main/java/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListener.java
+++ b/wicket-core/src/main/java/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListener.java
@@ -162,7 +162,7 @@ public class CsrfPreventionRequestCycleListener extends AbstractRequestCycleList
 	private CsrfAction conflictingOriginAction = CsrfAction.ABORT;
 
 	/**
-	 * The error code to report when the action to take for a CSRF request is {@code ERROR}. Default
+	 * The error code to report when the action to take for a CSRF request is {@link CsrfAction#ABORT}. Default
 	 * {@code 400 BAD REQUEST}.
 	 */
 	private int errorCode = javax.servlet.http.HttpServletResponse.SC_BAD_REQUEST;