mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Ticket #269: Modified return type of Connection.getHistory to be a List of ConnectionHistory implementors.
This commit is contained in:
@@ -114,6 +114,6 @@ public interface Connection {
|
||||
* of this connection, or if permission is
|
||||
* denied.
|
||||
*/
|
||||
public List<ConnectionRecord> getHistory() throws GuacamoleException;
|
||||
public List<? extends ConnectionRecord> getHistory() throws GuacamoleException;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user