diff --git a/src/main/java/io/github/wimdeblauwe/hsbt/mvc/HtmxResponse.java b/src/main/java/io/github/wimdeblauwe/hsbt/mvc/HtmxResponse.java index f22ad24..d1835c1 100644 --- a/src/main/java/io/github/wimdeblauwe/hsbt/mvc/HtmxResponse.java +++ b/src/main/java/io/github/wimdeblauwe/hsbt/mvc/HtmxResponse.java @@ -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) {