GUACAMOLE-38: Make class public for consistency with other classes.

This commit is contained in:
Nick Couchman
2018-03-24 22:11:24 -04:00
parent 8ed356a7f2
commit da363f845e

View File

@@ -35,7 +35,7 @@ import org.apache.guacamole.protocol.GuacamoleClientInformation;
* for temporarily storing the QuickConnections created by
* users.
*/
class QuickConnectConnectionGroup extends AbstractConnectionGroup {
public class QuickConnectConnectionGroup extends AbstractConnectionGroup {
/**
* The connection identifiers for this group.