mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Ticket #263: Fixed variable name in comment.
This commit is contained in:
@@ -87,10 +87,10 @@ public class ConnectionGroupDirectory implements Directory<String, ConnectionGro
|
|||||||
private ConnectionGroupPermissionMapper connectionGroupPermissionDAO;
|
private ConnectionGroupPermissionMapper connectionGroupPermissionDAO;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the user and relativeParentID for this directory.
|
* Set the user and parentID for this directory.
|
||||||
*
|
*
|
||||||
* @param user_id The ID of the user owning this connection group directory.
|
* @param user_id The ID of the user owning this connection group directory.
|
||||||
* @param relativeParentID The ID of the parent connection group.
|
* @param parentID The ID of the parent connection group.
|
||||||
*/
|
*/
|
||||||
public void init(int user_id, Integer parentID) {
|
public void init(int user_id, Integer parentID) {
|
||||||
this.parentID = parentID;
|
this.parentID = parentID;
|
||||||
|
Reference in New Issue
Block a user