From 8777ed8d12e3a25d2c10ac0f1056ab6208d91abc Mon Sep 17 00:00:00 2001 From: xhaggi Date: Wed, 1 May 2024 20:33:07 +0200 Subject: [PATCH] fixup! Add annotation support for HX-Location --- .../io/github/wimdeblauwe/htmx/spring/boot/mvc/HxLocation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmx-spring-boot/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/mvc/HxLocation.java b/htmx-spring-boot/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/mvc/HxLocation.java index 0e33f4b6..ef234108 100644 --- a/htmx-spring-boot/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/mvc/HxLocation.java +++ b/htmx-spring-boot/src/main/java/io/github/wimdeblauwe/htmx/spring/boot/mvc/HxLocation.java @@ -9,7 +9,7 @@ /** * Annotation to do a client side redirect that does not do a full page reload. - *
+ *

* Note that this annotation does not provide support for specifying {@code values} or {@code headers}. * If you want to do this, use {@link HtmxResponse} instead. *