GUACAMOLE-1123: Deprecate getHistory() method.

This commit is contained in:
Virtually Nick
2020-08-23 15:05:00 -04:00
parent 71625340f5
commit 3d761ea794
12 changed files with 17 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ public class APIConnectionWrapper implements Connection {
return null;
}
@Deprecated
@Override
public List<? extends ConnectionRecord> getHistory() throws GuacamoleException {
return Collections.<ConnectionRecord>emptyList();

View File

@@ -140,6 +140,7 @@ public class APIUserWrapper implements User {
return null;
}
@Deprecated
@Override
public List<? extends ActivityRecord> getHistory() throws GuacamoleException {
return Collections.<ActivityRecord>emptyList();