Commit c43ae0b2 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.3.x' into 2.4.x

Closes gh-25603
parents 718e08cf df97627b
......@@ -117,7 +117,7 @@ public class ErrorProperties {
ALWAYS,
/**
* Add error attribute when the appropriate request parameter is "true".
* Add stacktrace attribute when the appropriate request parameter is not "false".
*/
ON_PARAM,
......@@ -145,7 +145,7 @@ public class ErrorProperties {
ALWAYS,
/**
* Add error attribute when the appropriate request parameter is "true".
* Add error attribute when the appropriate request parameter is not "false".
*/
ON_PARAM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment