Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
wimdeblauwe committed Nov 17, 2024
1 parent def9085 commit d535857
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://htmx.org/headers/hx-trigger/">HX-Trigger Response Headers</a>
* @since 3.6.0
*/
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit d535857

Please sign in to comment.