From caab8a97fc1d31687058dd4b3c49536801a80493 Mon Sep 17 00:00:00 2001 From: Gavin King Date: Sun, 21 Apr 2024 16:02:18 +0200 Subject: [PATCH] squash jdoc warnings Signed-off-by: Gavin King --- .../hibernate/action/internal/CollectionRemoveAction.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hibernate-core/src/main/java/org/hibernate/action/internal/CollectionRemoveAction.java b/hibernate-core/src/main/java/org/hibernate/action/internal/CollectionRemoveAction.java index ac7f498a4f..ba373ac3bf 100644 --- a/hibernate-core/src/main/java/org/hibernate/action/internal/CollectionRemoveAction.java +++ b/hibernate-core/src/main/java/org/hibernate/action/internal/CollectionRemoveAction.java @@ -28,7 +28,7 @@ public final class CollectionRemoveAction extends CollectionAction { /** * Removes a persistent collection from its loaded owner. - * + *

* Use this constructor when the collection is non-null. * * @param collection The collection to remove; must be non-null @@ -58,7 +58,7 @@ public final class CollectionRemoveAction extends CollectionAction { /** * Removes a persistent collection from a specified owner. - * + *

* Use this constructor when the collection to be removed has not been loaded. * * @param affectedOwner The collection's owner; must be non-null @@ -85,8 +85,9 @@ public final class CollectionRemoveAction extends CollectionAction { /** * Removes a persistent collection for an unloaded proxy. - * + *

* Use this constructor when the owning entity is has not been loaded. + * * @param persister The collection's persister * @param id The collection key * @param session The session