From d59fff6ef9d8e18a986a87406b317be5d177e652 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 13 Oct 2022 22:47:07 +0200 Subject: [documentation] We had various links to features/Log, but the right canonical url is features/log. Also, the changelog has been updated; all links updated to the canonical version. --- src/core/lombok/extern/slf4j/Slf4j.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/lombok/extern/slf4j/Slf4j.java') diff --git a/src/core/lombok/extern/slf4j/Slf4j.java b/src/core/lombok/extern/slf4j/Slf4j.java index c4aded24..da65e27c 100644 --- a/src/core/lombok/extern/slf4j/Slf4j.java +++ b/src/core/lombok/extern/slf4j/Slf4j.java @@ -29,7 +29,7 @@ import java.lang.annotation.Target; /** * Causes lombok to generate a logger field. *

- * Complete documentation is found at the project lombok features page for lombok log annotations. + * Complete documentation is found at the project lombok features page for lombok log annotations. *

* Example: *

-- 
cgit