Skip to content

Commit

Permalink
fix: improper use of @link (#2464)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm committed Jul 12, 2024
1 parent a1f8a2d commit 6b5dc55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ default Optional<R> getSecondaryResource(P primary, Context<P> context) {
* Determines whether resources associated with this dependent need explicit handling when
* deleted, usually meaning that the dependent implements {@link Deleter}
*
* @return {@code true} if explicit handling of resource deletion is needed, {@link false}
* @return {@code true} if explicit handling of resource deletion is needed, {@code false}
* otherwise
*/
default boolean isDeletable() {
Expand Down

0 comments on commit 6b5dc55

Please sign in to comment.