mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +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; | ||||
|  | ||||
|     /** | ||||
|      * 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 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) { | ||||
|         this.parentID = parentID; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user