Skip to content

Commit c61a404

Browse files
committed
[trivial]
1 parent 6cf6caf commit c61a404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/lombok/javac/handlers/HandleLog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private static boolean createField(LoggingFramework framework, JavacNode typeNod
131131
typeNode.toName(logFieldName), loggerType, factoryMethodCall), source);
132132

133133
if (isRecord(typeNode) && Javac.getJavaCompilerVersion() < 16) {
134-
// This is a workaround for https://bugs.openjdk.java.net/browse/JDK-8243057
134+
// This is a workaround for https://bugs.openjdk.java.net/browse/JDK-8243057 - note that the workaround is only for static fields in records, but our infra _requires_ `static` for logs in records (think about it).
135135

136136
injectField(typeNode, fieldDecl);
137137
} else {

0 commit comments

Comments
 (0)