kusalk commented on code in PR #1233:
URL: https://github.com/apache/struts/pull/1233#discussion_r1969358019
##########
plugins/tiles/src/main/java/org/apache/tiles/el/ScopeELResolver.java:
##########
@@ -57,7 +57,7 @@ public Class<?> getCommonPropertyType(ELContext context,
Object base) {
/**
* {@inheritDoc}
*/
- @Override
+ // @Override
Review Comment:
This interface method is deleted in Jakarta EE 11 - so we remove the
`@Override` annotation to allow it to compile
--
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]