GUACAMOLE-5: Move single space from UserTunnel to PermissionSetResource.

This commit is contained in:
Michael Jumper
2016-07-17 14:54:32 -07:00
parent 7ea4af7016
commit 9b2909445a
2 changed files with 2 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ public class PermissionSetResource {
}
// Create sharing profile permission if path has sharing profileprefix
// Create sharing profile permission if path has sharing profile prefix
else if (path.startsWith(SHARING_PROFILE_PERMISSION_PATCH_PATH_PREFIX)) {
// Get identifier and type from patch operation

View File

@@ -98,7 +98,7 @@ public class UserTunnel extends StreamInterceptingTunnel {
Directory<ActiveConnection> activeConnectionDirectory = userContext.getActiveConnectionDirectory();
Collection<String> activeConnectionIdentifiers = activeConnectionDirectory.getIdentifiers();
// Search all connections for a tunnel which matches this tunnel
// Search all connections for a tunnel which matches this tunnel
for (ActiveConnection activeConnection : activeConnectionDirectory.getAll(activeConnectionIdentifiers)) {
// If we lack access, continue with next tunnel