Merge pull request #25480 from maruoovv

* gh-25480:
  Correct javadoc for ON_PARAM

Closes gh-25480
pull/25731/head
Andy Wilkinson 4 years ago
commit df97627b21

@ -117,7 +117,7 @@ public class ErrorProperties {
ALWAYS, ALWAYS,
/** /**
* Add error attribute when the appropriate request parameter is "true". * Add stacktrace attribute when the appropriate request parameter is not "false".
*/ */
ON_PARAM, ON_PARAM,
@ -145,7 +145,7 @@ public class ErrorProperties {
ALWAYS, ALWAYS,
/** /**
* Add error attribute when the appropriate request parameter is "true". * Add error attribute when the appropriate request parameter is not "false".
*/ */
ON_PARAM ON_PARAM

Loading…
Cancel
Save