JCgH4164838Gh792C124B5 commented on a change in pull request #397:
URL: https://github.com/apache/struts/pull/397#discussion_r414173368
##########
File path: core/src/main/java/com/opensymphony/xwork2/util/ValueStack.java
##########
@@ -28,23 +30,25 @@
*/
public interface ValueStack {
- public static final String VALUE_STACK =
"com.opensymphony.xwork2.util.ValueStack.ValueStack";
+ String VALUE_STACK = "com.opensymphony.xwork2.util.ValueStack.ValueStack";
Review comment:
Thanks for pointing out why `static final` is redundant for interfaces
in newer Java versions. :)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]