necouchman commented on a change in pull request #546:
URL: https://github.com/apache/guacamole-client/pull/546#discussion_r512935244
##########
File path: guacamole-ext/src/main/java/org/apache/guacamole/net/auth/User.java
##########
@@ -103,7 +103,26 @@
* If an error occurs while reading the history of this user, or if
* permission is denied.
*/
+ @Deprecated
Review comment:
Okay, so I could either do that, or just write `default` implementations
in `User` that return `List<ActivityRecord>` (`getHistory()`) and
`ActivityRecordSet<ActivityRecord>` (`getUserHistory()`). Is there a situations
where the default implementation returning empty sets would cause issues?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]