Skip to content

Commit

Permalink
Fix in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Runek00 committed Aug 14, 2023
1 parent c843c22 commit 5a2e956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public HtmxResponse retarget(String cssSelector) {
/**
* Set a new swap to specify how the response will be swapped
*
* @param swapType must not be {@literal null} or empty.
* @param swapType must not be {@literal null}.
* @return same HtmxResponse for chaining
*/
public HtmxResponse reswap(HxSwapType swapType) {
Expand Down

0 comments on commit 5a2e956

Please sign in to comment.