Skip to content

Commit

Permalink
squash jdoc warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin King <gavin@hibernate.org>
  • Loading branch information
gavinking committed Apr 22, 2024
1 parent 8df8fd3 commit caab8a9
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class CollectionRemoveAction extends CollectionAction {

/**
* Removes a persistent collection from its loaded owner.
*
* <p>
* Use this constructor when the collection is non-null.
*
* @param collection The collection to remove; must be non-null
Expand Down Expand Up @@ -58,7 +58,7 @@ public CollectionRemoveAction(

/**
* Removes a persistent collection from a specified owner.
*
* <p>
* Use this constructor when the collection to be removed has not been loaded.
*
* @param affectedOwner The collection's owner; must be non-null
Expand All @@ -85,8 +85,9 @@ public CollectionRemoveAction(

/**
* Removes a persistent collection for an unloaded proxy.
*
* <p>
* 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
Expand Down

0 comments on commit caab8a9

Please sign in to comment.