kusalk commented on code in PR #727:
URL: https://github.com/apache/struts/pull/727#discussion_r1299357276


##########
core/src/main/java/org/apache/struts2/dispatcher/ApplicationMap.java:
##########
@@ -117,12 +117,15 @@ public Object setValue(final Object obj) {
      * @param key the entry key.
      * @return the servlet context attribute or init parameter or 
<tt>null</tt> if the entry is not found.
      */
-    public Object get(final String key) {
+    public Object get(final Object key) {

Review Comment:
   Add Override annotation as per Sonar, otherwise LGTM



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

Reply via email to