necouchman commented on a change in pull request #546:
URL: https://github.com/apache/guacamole-client/pull/546#discussion_r514398325



##########
File path: 
guacamole-ext/src/main/java/org/apache/guacamole/net/auth/DelegatingUser.java
##########
@@ -93,11 +93,18 @@ public Date getLastActive() {
         return user.getLastActive();
     }
 
+    @Deprecated
     @Override
     public List<? extends ActivityRecord> getHistory()

Review comment:
       Yeah - if I try to compile without the `@Deprecated` annotation on 
anything that implements a deprecated method, I get a compiler warning, which, 
in my case, translates to an error, because `error: warnings found and -Werror 
specified`.




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


Reply via email to