File tree 1 file changed +2
-2
lines changed
framework-docs/modules/ROOT/pages/core
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ typical use cases.
105
105
[[null-safety-guidelines-nullaway]]
106
106
=== NullAway
107
107
108
- === Configuration
108
+ ==== Configuration
109
109
110
110
The recommended configuration is:
111
111
@@ -127,7 +127,7 @@ using JDK 22 or later (typically combined with the `--release` Java compiler fla
127
127
expected baseline). It is recommended to enable the JSpecify mode only as a second step, after making sure the codebase
128
128
generates no warning with the recommended configuration mentioned above.
129
129
130
- === Warnings suppression
130
+ ==== Warnings suppression
131
131
132
132
There are a few valid use cases where NullAway will wrongly detect nullness problems. In such case, it is recommended
133
133
to suppress related warnings and to document the reason:
You can’t perform that action at this time.
0 commit comments