animovscw commented on code in PR #12796:
URL: https://github.com/apache/ignite/pull/12796#discussion_r2912535507
##########
modules/web/src/main/java/org/apache/ignite/cache/websession/WebSession.java:
##########
@@ -280,8 +284,10 @@ protected void setId(String id) {
updates.add(new T2<>(name, val));
}
- /** {@inheritDoc} */
- @Override public void putValue(String name, Object val) {
+ /**
+ * @deprecated Legacy {@link HttpSession} API. Use {@link
#setAttribute(String, Object)}.
+ */
+ @Deprecated public void putValue(String name, Object val) {
Review Comment:
Restored `@Override` for legacy method
--
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]