Skip to content

Commit 2d8f6a1

Browse files
committed
comment
1 parent 906c2ca commit 2d8f6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmh/src/main/java/com/uber/nullaway/jmh/NullawayJavac.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private NullawayJavac(
207207
"--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED",
208208
"--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED",
209209
"--add-exports=jdk.compiler/com.sun.source.tree=ALL-UNNAMED"));
210-
// for JSpecify mode
210+
// for JSpecify mode (benign outside JSpecify mode)
211211
options.add("-XDaddTypeAnnotationsToSymbol=true");
212212
}
213213

0 commit comments

Comments
 (0)