From 731bb185077918af8bc1e6a9e6bb538b2d3fbbd8 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/jbosslog/JBossLog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/lombok/extern/jbosslog') diff --git a/src/core/lombok/extern/jbosslog/JBossLog.java b/src/core/lombok/extern/jbosslog/JBossLog.java index 960a111b..a6e5e353 100644 --- a/src/core/lombok/extern/jbosslog/JBossLog.java +++ b/src/core/lombok/extern/jbosslog/JBossLog.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