From 35a4ff634f288a06542a1e28dec91c35a2b10db8 Mon Sep 17 00:00:00 2001 From: Michail Plushnikov Date: Mon, 9 Sep 2024 21:47:58 +0200 Subject: [PATCH] [lombok] IDEA-357422 Fixed wrong links for Log and Constructor in the plugin description GitOrigin-RevId: 26edbbffb577516c732993ce9bc927fb0dc049cb --- plugins/lombok/src/main/resources/META-INF/plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/lombok/src/main/resources/META-INF/plugin.xml b/plugins/lombok/src/main/resources/META-INF/plugin.xml index 73ac3fd38f99..6faa607f4220 100644 --- a/plugins/lombok/src/main/resources/META-INF/plugin.xml +++ b/plugins/lombok/src/main/resources/META-INF/plugin.xml @@ -15,9 +15,9 @@
  • @FieldNameConstants
  • @ToString
  • @EqualsAndHashCode
  • -
  • @AllArgsConstructor, @RequiredArgsConstructor and +
  • @AllArgsConstructor, @RequiredArgsConstructor and @NoArgsConstructor
  • -
  • @Log, @Log4j, @Log4j2, @Slf4j, @XSlf4j, @CommonsLog, +
  • @Log, @Log4j, @Log4j2, @Slf4j, @XSlf4j, @CommonsLog, @JBossLog, @Flogger, @CustomLog
  • @Data
  • @Builder