anuragdy commented on code in PR #666:
URL: https://github.com/apache/tomcat/pull/666#discussion_r1319841883
##########
java/javax/servlet/jsp/el/ImplicitObjectELResolver.java:
##########
@@ -44,31 +44,32 @@
* @since JSP 2.1
*/
public class ImplicitObjectELResolver extends ELResolver {
+ private enum Scope {
+ APPLICATION_SCOPE, COOKIE, HEADER, HEADER_VALUES, INIT_PARAM,
PAGE_CONTEXT, PAGE_SCOPE, PARAM, PARAM_VALUES,
+ REQUEST_SCOPE, SESSION_SCOPE;
Review Comment:
I think consistency is of greater value.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]