From 7521cdc0aea8f307e1097a82295fd3e9a2538660 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 27 Sep 2018 20:10:32 -0700 Subject: [PATCH] GUACAMOLE-220: Rows are deleted to modify the one-to-many relationship, not to establish it. --- .../apache/guacamole/auth/jdbc/base/ObjectRelationMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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