mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-38: Make class public for consistency with other classes.
This commit is contained in:
@@ -35,7 +35,7 @@ import org.apache.guacamole.protocol.GuacamoleClientInformation;
|
|||||||
* for temporarily storing the QuickConnections created by
|
* for temporarily storing the QuickConnections created by
|
||||||
* users.
|
* users.
|
||||||
*/
|
*/
|
||||||
class QuickConnectConnectionGroup extends AbstractConnectionGroup {
|
public class QuickConnectConnectionGroup extends AbstractConnectionGroup {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The connection identifiers for this group.
|
* The connection identifiers for this group.
|
||||||
|
Reference in New Issue
Block a user