Correct javadoc for ON_PARAM

See gh-25480
This commit is contained in:
maruoovv 2021-03-03 22:29:28 +09:00 committed by Andy Wilkinson
parent 3f241b6b73
commit b401be1589

View File

@ -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