From d5358579534fb841d68ded8d0a66f13aa9a217fa Mon Sep 17 00:00:00 2001 From: Wim Deblauwe Date: Sun, 17 Nov 2024 11:17:03 +0100 Subject: [PATCH] Fix Javadoc --- .../github/wimdeblauwe/htmx/spring/boot/mvc/HtmxResponse.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/htmx-spring-boot/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/mvc/HtmxResponse.java b/htmx-spring-boot/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/mvc/HtmxResponse.java index a66d508..3522b2b 100644 --- a/htmx-spring-boot/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/mvc/HtmxResponse.java +++ b/htmx-spring-boot/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/mvc/HtmxResponse.java @@ -137,7 +137,6 @@ public void addTriggerAfterSwap(String eventName) { * * @param eventName the event name * @param eventDetail details along with the event - * @return the builder * @see HX-Trigger Response Headers * @since 3.6.0 */ @@ -165,7 +164,6 @@ public void preventHistoryUpdate() { * the web application root, i.e. the context path will be prepended to the URL. * * @param contextRelative whether to interpret URLs in the htmx response as relative to the current ServletContext - * @return the builder */ public void setContextRelative(boolean contextRelative) { this.contextRelative = contextRelative;