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


##########
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:
   Done



-- 
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: issues-unsubscr...@struts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to