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


##########
core/src/main/java/org/apache/struts2/action/UploadedFilesAware.java:
##########
@@ -27,14 +27,14 @@
  * The {@link org.apache.struts2.interceptor.ActionFileUploadInterceptor} will 
use the interface
  * to notify action about the multiple uploaded files.
  */
-public interface UploadedFilesAware {
+public interface UploadedFilesAware<T> {

Review Comment:
   Oh okay - yeah I just don't know if it makes sense for a marker interface to 
have a generic type - might just need 2 marker interfaces instead



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