GUACAMOLE-1629: Fix client/cache confusion in comments.

This commit is contained in:
James Muehlner
2022-07-06 19:01:33 +00:00
parent 374f1b5e49
commit 0585ab5e5b
2 changed files with 6 additions and 7 deletions

View File

@@ -37,7 +37,6 @@ public interface VaultAttributeService {
* @return
* All custom connection group attributes to be exposed through the
* admin UI for the current vault implementation.
*
*/
public Collection<Form> getConnectionGroupAttributes();
}