diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/base/ObjectRelationMapper.java b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/base/ObjectRelationMapper.java index 082db0fe2..c2763ecc8 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/base/ObjectRelationMapper.java +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/base/ObjectRelationMapper.java @@ -56,7 +56,7 @@ public interface ObjectRelationMapper { @Param("children") Collection children); /** - * Deletes rows as necessary to establish the one-to-many relationship + * Deletes rows as necessary to modify the one-to-many relationship * represented by the RelatedObjectSet between the given parent and * children. If the relation for any parent/child pair does not exist, * that specific relation is ignored, and deletion proceeds with the